pQuery\IQuery::before PHP Method

before() public method

Insert content, specified by the parameter, before each element in the set of matched elements.
public before ( string $content ) : pquery\IQuery
$content string The content to add.
return pquery\IQuery
    function before($content);