JQuery Programmer Question:
How to remove an attribute from each of the matched elements using jQuery?

Answer:
The removeAttr( name ) method can be used to remove an attribute from each of the matched elements.
Previous Question | Next Question |
Which built-in method sorts the elements of an array? | What is the advantage of using minimized version of jQuery? |