daGUY

Resultados 1 preguntas formuladas por daGUY

Usando JavaScript simple (no jQuery), ¿hay alguna forma de verificar si un elemento contiene una clase? Actualmente estoy haciendo esto: var test = document.getElementById("test"); var testClass = test.className; switch (testClass)