jQueryEvents 0.5
This MooTools code snippet allows you to use shorthand, jQuery-style Event syntax.
Details
- Author
- David Walsh
- Current version
- 0.5
- GitHub
- darkwing/jQueryEvents
- Downloads
- 1690
- Category
- Utilities
- Tags
- Report
- GitHub Issues
How to use
All you need to do is add the jQueryEvents.js file into the page. A few sample usages are:
Javascript
$('myElement').click(function(e) {
//do stuff
});
window.scroll(function(e) {
//do stuff
});
For specific usage and options, please read the documentation or visit http://davidwalsh.name/js/jqueryevents
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus