Skip to content

Instantly share code, notes, and snippets.

@jeppeburchardt
Created January 24, 2013 12:59
Show Gist options
  • Save jeppeburchardt/4621277 to your computer and use it in GitHub Desktop.
Save jeppeburchardt/4621277 to your computer and use it in GitHub Desktop.
jQuery equivalent of MooTools bind
$("#button").click($.proxy(function () {
//use original 'this'
},this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment