/html-dom
/Basic
GitHub 4932★
Check if an element has given class
ele
.
classList
.
contains
(
'class-name'
)
;
See also
Add or remove class from an element
Check if an element is a descendant of another
Check if an element is in the viewport
Follow me on
Twitter
and
GitHub
to get more useful contents.