Answers for "button disabled by id"

13

jquery add disabled to button

$("#button").attr("disabled", true);
Posted by: Guest on July-06-2020
9

html button disabled

<button type="button" disabled>This button is disabled</button>
Posted by: Guest on February-21-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language