pQuery\IQuery::remove PHP Method

remove() public method

Remove the set of matched elements from the DOM.
public remove ( null | string $selector = null )
$selector null | string A css query to filter the set of removed nodes.
    function remove($selector = null);