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 about that..
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 about that..
jQuery is not needed, you can do this with regular JavaScript.
document.getElementById("headerID").style.backgroundColor = "#FF0000";