JQuery Programmer Question:

How to remove set of matched elements using jQuery?

Answer:

The remove( expr ) method removes all matched elements from the DOM.

Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
What are jQuery Selectors? Give some examples?How to get the height of an element using jQuery?