JQuery Programmer Question:
How to remove set of matched elements using jQuery?
Answer:
The remove( expr ) method removes all matched elements from the DOM.
Previous Question | Next Question |
What are jQuery Selectors? Give some examples? | How to get the height of an element using jQuery? |