Skip to content

Instantly share code, notes, and snippets.

@iamvery
Created May 28, 2013 20:42
Show Gist options
  • Select an option

  • Save iamvery/5665960 to your computer and use it in GitHub Desktop.

Select an option

Save iamvery/5665960 to your computer and use it in GitHub Desktop.
jQuery(function($){
$(document).on('submit', 'form.prevent-multiple-submissions', function(e){
$(this).find(':submit').attr('disabled', true);
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment