Skip to content

digital-synapse/jquery-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sometimes all you need is $(document).ready and onClick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published