$removeClass(classVal);
Removes the CSS class value specified by the classVal parameter from the element. If animations are enabled then an animation will be triggered for the class removal.
Parameters
Param | Type | Details |
---|---|---|
classVal | string | The className value that will be removed from the element |
Please login to continue.