jQuery Remove Elementsremove() and empty(). jQuery Remove Elements With jQuery, it is easy to remove existing HTML elements. Two Methods to Remove Elements: remove() - Removes the selected element (and its child elements) empty() - Removes the child elements from the selected element Example$("#div1").remove();Try it Yourself PreviousNext