Node.js examples for HTML:Element
Change the style class of an element
function swapClass(obj, newStyle) { obj.className = newStyle;/*from ww w . j a v a 2 s . c o m*/ }