@icncsx/kquery
v1.0.0
Published
jQuery clone
Downloads
2
Readme
kquery
In this project, we are going to learn how to build our own lightweight version of jQuery.
How to use
Just like how you would use jQuery! These are methods which are currently supported.
Demo
const $listElements = $("div");
$listElements.hide(); // POOF!