hasClass
Deprecated
Warning since 1.4
Error since 1.6
This API is moved to another package, use 'kotlinx.dom.hasClass' instead.
Replace with
import kotlinx.dom.hasClass
Content copied to clipboard
this.hasClass(cssClass)
Content copied to clipboard
Returns true if the element has the given CSS class style in its 'class' attribute