Created
October 23, 2017 06:59
-
-
Save howtomakeaturn/cab17c65b0b3767abd94379cee49ab54 to your computer and use it in GitHub Desktop.
prevent double click
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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