Answers for "how to check to see if html has class javascript"

39

javascript check if element has class

if(document.getElementById("myElmentID").classList.contains("hidden")){
// I have the 'hidden' class
}
Posted by: Guest on August-02-2019

Code answers related to "how to check to see if html has class javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language