var someElement= document.getElementById("myElement"); someElement.className += " newclass";//add "newclass" to element (space in front is important)