jquery-micro

0.1.0 • Public • Published

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
});
});

Package Sidebar

Install

npm i jquery-micro

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • dss