Skip to content

darkwing/jQueryEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQueryEvents

This MooTools code snippet allows you to use shorthand, jQuery-style Event syntax.

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

About

This MooTools code snippet allows you to use shorthand, jQuery-style Event syntax.

Resources

Stars

Watchers

Forks

Packages

No packages published