Computer Science, asked by asdfqwert2668, 1 year ago

How to remove disabled attribute using jQuery?

Answers

Answered by SnehaG
0

To remove disabled attribute using jQuery, use the removeAttr() method. You need to first remove the property using the prop() method. It will set the underlying Boolean value to false

Similar questions