Category: DOM Removal

These methods allow us to delete elements from the DOM.

.detach()

Remove the set of matched elements from the DOM.

.empty()

Remove all child nodes of the set of matched elements from the DOM.

.remove()

Remove the set of matched elements from the DOM.

.unwrap()

Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/manipulation/dom-removal