Answers for "give disabled with jquery"

13

jquery add disabled to button

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

using jquery how to add disabled to a html tag

$(element). prop('disabled', true);
Posted by: Guest on April-15-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language