Answers for "how to check for list of class of an element"

10

js check for class in classList

element.classList.contains(className);
Posted by: Guest on August-27-2020

Code answers related to "how to check for list of class of an element"

Code answers related to "Javascript"

Browse Popular Code Answers by Language