/html-dom
/Basic
GitHub 5008★
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 scrollable
Count the number of characters of a textarea
Follow me on
Twitter
and
GitHub
to get more useful contents.