Skip to content

Instantly share code, notes, and snippets.

@howtomakeaturn
Created October 23, 2017 06:59
Show Gist options
  • Select an option

  • Save howtomakeaturn/cab17c65b0b3767abd94379cee49ab54 to your computer and use it in GitHub Desktop.

Select an option

Save howtomakeaturn/cab17c65b0b3767abd94379cee49ab54 to your computer and use it in GitHub Desktop.
prevent double click
if (this.form.checkValidity()) { this.disabled=true; this.value='處理中,請稍候...'; this.form.submit(); } else { this.form.reportValidity(); return false; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment