jQuery.toggleClass Method (JsString, bool)
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.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery toggleClass(JsString className, bool @switch)
Parameters
className
switch
Type: System.Boolean
Return Value
Type: SharpKit.jQuery.jQuery
|