.unwrap()
.unwrap()Returns: jQuery Description: Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place. version added: 1.4.unwrap() This method does not...
View Article.remove()
.remove( [selector ] )Returns: jQuery Description: Remove the set of matched elements from the DOM. version added: 1.0.remove( [selector ] ) selector Type: String A selector expression that filters...
View Article.empty()
.empty()Returns: jQuery Description: Remove all child nodes of the set of matched elements from the DOM. version added: 1.0.empty() This method does not accept any arguments. This method removes not...
View Article.detach()
.detach( [selector ] )Returns: jQuery Description: Remove the set of matched elements from the DOM. version added: 1.4.detach( [selector ] ) selector Type: Selector A selector expression that filters...
View Article