I use jQuery 1.8.3
.
Here is my html input text box:
<input type="text" name="textinput-hide" id="textinput1" placeholder="Text input" value="" disabled>
Here how I try to remove disable element:
$('#textinput1').removeProp('disabled');
But the row above dosn't remove disabled
attribute. How to remove disable element