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