Skip to content

Instantly share code, notes, and snippets.

@MatthewLavine
Created January 1, 2014 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewLavine/8204845 to your computer and use it in GitHub Desktop.
Save MatthewLavine/8204845 to your computer and use it in GitHub Desktop.
$(".conBut").attr('class','conBut btn btn-danger').text('Check Fields')
setTimeout(function(){
$(".conBut").attr('class','conBut btn btn-primary').text('Send');
}, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment