Answers for "how to do action when clicked on disabled button"

1

button onclick disable after submit

onClick="this.form.submit(); this.disabled=true; this.value='Sending…'; "
Posted by: Guest on March-09-2021
0

On click, disable button

$("#btnSubmit").attr("disabled", true);
Posted by: Guest on May-17-2021

Code answers related to "how to do action when clicked on disabled button"

Code answers related to "Javascript"

Browse Popular Code Answers by Language