Is it possible to change the background color of HTML header text in JavaScript?
Edited: oops - i did forget to add that is it header text in jqGrid.. i\'m sorry abo
Use jQuery. $("h1").css({backgroundColor:"red"})
$("h1").css({backgroundColor:"red"})