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
thanks for you all!! the answers helps me to find the answer.
var HeaderFontColor = "yellow"; var HeaderBackgroundColor = "brown"; $(".ui-jqgrid-sortable").each(function() { this.style.color = HeaderFontColor; this.style.backgroundColor = HeaderBackgroundColor; });