pQuery\IQuery::append PHP Méthode

append() public méthode

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