Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery remove disabled property from button

 $('#edit').click(function(){ // click to
            $('.inputDisabled').attr('disabled',false); // removing disabled in this class
 });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #remove #disabled #property #button
ADD COMMENT
Topic
Name
9+9 =