jQuery.toggleClass Method (JsAction<T1, T2>, 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(JsAction<T1, T2> function, bool @switch)
Parameters
function
switch
Type: System.Boolean
Return Value
Type: SharpKit.jQuery.jQuery
|