Namespace $_.dom
Defined in: DOM.js.
Method Summary
attr(string, string)
Sets attributes on element(s) specified by the current selector, or, if name is not specified, returns the value of the attribute of the element specified by the current selector.
Method Detail
$_.dom.addClass(string)
Adds a class to the element(s) specified by the current
selector
Parameters:
string | class |
Returns:
void |
$_.dom.removeClass(string)
Removes a class from the element(s) specified by the current
selector
Parameters:
string | class |
Returns:
void |