Answers for "Checking to see if an array has a class name in javascrip"

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 "Checking to see if an array has a class name in javascrip"

Code answers related to "Javascript"

Browse Popular Code Answers by Language