Control.removeClass

Syntax

removeClass(element, value);

Parameters

element. The markup item from the className field of which the user needs to remove the specified name of CSS class.

value. Name of the CSS class.

Description

The removeClass method removes CSS class from the component.

See also:

Control