Newer Version Available

This content describes an older version of this product. View Latest

removeClass()

Removes a CSS class from a component.

Signature

removeClass(Object element, String newClass)

Parameters

element
Type: Object
The component to remove the class from.
newClass
Type: String
The CSS class to be removed.

Sample Code