jQuery remove()

jQuery provides two methods to remove HTML elements and content: remove() empty() The jQuery remove() method removes the selected elements and their child elements from the DOM. Removal of more than one element is also possible with the jQuery remove() method. All the elements should be separated with a comma (,) for the removal of … Read more