Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save enqtran/b18cc3fd77f7f3c85b0f4f992521b91d to your computer and use it in GitHub Desktop.
Save enqtran/b18cc3fd77f7f3c85b0f4f992521b91d to your computer and use it in GitHub Desktop.
// Fix
$('.button').unbind().bind('click', function(event) {
event.preventDefault();
//ajax method ....
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment