Answers for "JavaScript check <html> if has class exists or not"

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 "JavaScript check <html> if has class exists or not"

Code answers related to "Javascript"

Browse Popular Code Answers by Language