pQuery\IQuery::hasClass PHP Method

hasClass() public method

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