Skip to content

Instantly share code, notes, and snippets.

@danielhaim1
Last active February 24, 2017 03:17
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 danielhaim1/ca288dcd929a7d40021d to your computer and use it in GitHub Desktop.
Save danielhaim1/ca288dcd929a7d40021d to your computer and use it in GitHub Desktop.
Disable input fields
$('input[type="submit"]').attr("disabled", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment