pQuery\IQuery::after PHP Méthode

after() public méthode

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