hasClass

inline fun Element.hasClass(cssClass: String): Boolean

Deprecated

Warning since 1.4

This API is moved to another package, use 'kotlinx.dom.hasClass' instead.

Replace with

import kotlinx.dom.hasClass
this.hasClass(cssClass)

Returns true if the element has the given CSS class style in its 'class' attribute