Tuesday, April 8, 2014

[jQuery][Solved] Can’t remove disabled attribute in select drop down list

At usual, we would use .removeAttr() in jquery to do that, but it won’t work !
So how to make it work ?
For the case to remove disabled attribute,
we should use .prop but no .attr to do that:

This is my example code:


For more information, please read the reference:

No comments :

Post a Comment