remove( )


Removes custom CSS classes from an element's class list.

Removes one or more custom CSS classes from an element's class list.

Method Declaration
Copy
Method Parameters
classNameArray<string>Required

The custom class to remove from the element's list of classes.

Was this helpful?
Yes
No