pQuery\IQuery::append PHP Method

append() public method

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