Skip to content

Instantly share code, notes, and snippets.

@leongaban
Created March 10, 2015 20:03
Show Gist options
  • Save leongaban/5882b14e9b39a1c623af to your computer and use it in GitHub Desktop.
Save leongaban/5882b14e9b39a1c623af to your computer and use it in GitHub Desktop.
jQuery : bind unbind click()
// jQuery button click bind
$('').unbind('click').bind('click', function (event) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment