pQuery\IQuery::after PHP Method

after() public method

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.
return pquery\IQuery
    function after($content);