↧
.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