Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery button remove disabled attribute

//for a class
$('.inputDisabled').prop("disabled", false);
//for a ID
$('#inputDisabled').prop("disabled", false);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #button #remove #disabled #attribute
ADD COMMENT
Topic
Name
9+1 =