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 NowNext TopicjQuery empty() |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India