Created
February 21, 2013 19:55
-
-
Save jaredatron/5007631 to your computer and use it in GitHub Desktop.
Easiest events!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind: function(){ | |
$.fn.bind.apply($(this), arguments); | |
}, | |
trigger: function(){ | |
$.fn.trigger.apply($(this), arguments); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment