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

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

Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
public prepend ( string $content )
$content string The content to add.
    function prepend($content);