Reference hasClass()

hasClass()

Checks if a class is already applied to element.

Examples

Syntax

hasClass(c)

Parameters

c
String:

name of class to check.

Returns

Boolean: a boolean value if element has specified class.
This page is generated from the comments in src/dom/dom.js . Please feel free to edit it and submit a pull request!

Related References