Answers for "how to enable button on click"

0

On click, disable button

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

enable html button

$('#Button').prop('disabled', true);
Posted by: Guest on May-22-2020

Code answers related to "how to enable button on click"

Code answers related to "Javascript"

Browse Popular Code Answers by Language