91-9990449935 0120-4256464 |
jQuery remove()The jQuery remove() method is used to remove the selected elements out of the DOM. It removes the selected element itself, as well as everything inside it (including all texts and child nodes). This method also removes the data and the events of the selected elements. If you want to remove elements without removing data and events, you should use the detach() method. If you want to remove only data and events, use the empty() method.Syntax: Parameters of jQuery remove() method:
Example of jQuery remove() methodTest it NowjQuery remove() example 2Test it Now
Next TopicjQuery empty()
|