Skip to content

Baby Query

Write Less, Do More.

Custom implementation of the popular JavaScript library jQuery.

🛠️

Simple and minimal

Just call the function with selector `$()` you are ready to do changes.

Chainable methods

$("div").css("width","200px").text("Hello world")

Better performance.

Runs much faster and more efficiently.

Released under the MIT License