Skip to content

Instantly share code, notes, and snippets.

@Kalyse
Last active October 7, 2015 15:22
Show Gist options
  • Save Kalyse/d6b7315ff6595fdba510 to your computer and use it in GitHub Desktop.
Save Kalyse/d6b7315ff6595fdba510 to your computer and use it in GitHub Desktop.
$( "#submit" ).click(
function() {
$( "#submit" ).addClass("disabled");
setTimeout( function(){ $( "#submit" ).removeClass("disabled"); }, 5000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment