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";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With