Last active
June 14, 2017 07:07
-
-
Save enqtran/b18cc3fd77f7f3c85b0f4f992521b91d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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