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

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

Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the switch argument.
public toggleClass ( string $classname, $switch = null )
$classname string
    function toggleClass($classname, $switch = null);