jquery-micro
===============
sometimes all you need is $(document).ready and onClick
the absolute minimalistic @ 205 bytes
IE9+, chrome, firefox, opera
selector supports '#id' / dom objects only!
example usage:
--------------
$(document).ready(function() {
$('#button').onClick(function () {
// do stuff
});
});
jquery-micro
0.1.0 • Public • PublishedPackage Sidebar
Install
npm i jquery-micro
Repository
Weekly Downloads
3
Version
0.1.0
License
MIT