Answers for "how to add disabled to element jquery"

13

jquery add disabled to button

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

jq html remove disabled

$('.disabledCheckboxes').removeAttr("disabled");
Posted by: Guest on December-13-2020

Code answers related to "how to add disabled to element jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language