pQuery\IQuery::before PHP Méthode

before() public méthode

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.
Résultat pquery\IQuery
    function before($content);