Members
-
selector
Methods
-
add( ...classNames ) → {ClassName}
-
Description
Concatenates new class names to the current one using spaces.
Parameters
Name Type Attributes Description classNames
string <repeatable> list of class names to add to this class name
Returns
Details
-
toString() → {string}
-
Description
Returns the raw class name, this is how native function get the value.
Returns
Details
-
valueOf() → {string}
-
Description
Returns the raw class name, this is how native function get the value.
Returns
Details