remove Class
Deprecated
Warning since 1.4
This API is moved to another package, use 'kotlinx.dom.removeClass' instead.
Replace with
import kotlinx.dom.removeClass
Content copied to clipboard
this.removeClass(cssClasses)
Content copied to clipboard
Removes all cssClasses from element. Has no effect if all specified classes are missing in class attribute of the element
Return
true if at least one class has been removed