pQuery\IQuery::hasClass PHP 메소드

hasClass() 공개 메소드

Determine whether any of the matched elements are assigned the given class.
public hasClass ( string $classname )
$classname string The name of the class to check.
    function hasClass($classname);