pQuery\IQuery::addClass PHP 메소드

addClass() 공개 메소드

Adds the specified class(es) to each of the set of matched elements.
public addClass ( string $classname ) : pquery\IQuery
$classname string The name of the class to add. You can add multiple classes by separating them with spaces.
리턴 pquery\IQuery
    function addClass($classname);