.myClass { background-color: yellow; } document.getElementById("myId").setAttribute("class","myClass");
Jump To Top of Thread