Answers for "how to see if any class is exist in document"

4

check if a class exists javascript

const element = document.querySelector("#box");

element.classList.contains("active");
Posted by: Guest on August-08-2020

Code answers related to "how to see if any class is exist in document"

Code answers related to "Javascript"

Browse Popular Code Answers by Language