pQuery\IQuery::append PHP Метод

append() публичный Метод

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.
Результат pquery\IQuery
    function append($content);