Skip to content

Instantly share code, notes, and snippets.

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 JulaineScott/4108910eb1c4ae12fdc6dde55d0e7fb1 to your computer and use it in GitHub Desktop.
Save JulaineScott/4108910eb1c4ae12fdc6dde55d0e7fb1 to your computer and use it in GitHub Desktop.
Prevent double submits
//disable the button the moment it is clicked
//make sure to check also on server side
<input type="submit" value="Submit" onclick="this.disabled=true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment