Skip to content

Instantly share code, notes, and snippets.

@aayushdrolia
Created October 12, 2017 06:41
Show Gist options
  • Save aayushdrolia/eb4e89ff9ba6152c75e884148aff86d4 to your computer and use it in GitHub Desktop.
Save aayushdrolia/eb4e89ff9ba6152c75e884148aff86d4 to your computer and use it in GitHub Desktop.
Jquery Live Example
$(‘body').on('click','#id',function(){
var btn = $('.class');
jQuery.post().complete(function(){
btn.prop('disabled', false);
});
btn.prop('disabled', true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment