Answers for "add property disabled to button through jquery"

13

jquery add disabled to button

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

Code answers related to "add property disabled to button through jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language