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);