.remove( [selector ] )Returns: jQuery
Description: Remove the set of matched elements from the DOM.
-
version added: 1.0.remove( [selector ] )
- selectorType: StringA selector expression that filters the set of matched elements to be removed.
-
Description: Remove the set of matched elements from the DOM.