Skip to content

Instantly share code, notes, and snippets.

@polyclick
Created August 19, 2015 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polyclick/20f650a7d1aa797186d1 to your computer and use it in GitHub Desktop.
Save polyclick/20f650a7d1aa797186d1 to your computer and use it in GitHub Desktop.
this.$button.click(function(event){
event.preventDefault();
var $target = $(event.currentTarget);
// do stuff with target
}.bind(this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment