Answers for "hhow to disable a button on click html"

CSS
7

javascript disable button

document.getElementById(BUTTON_ID).disabled = true;
Posted by: Guest on January-24-2020
0

enable html button

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

Code answers related to "hhow to disable a button on click html"

Browse Popular Code Answers by Language