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