JqGrid custom settings like bold centering header

beforeRequest: function () {
$("thead th").css("text-align", "center").css("font-weight", "bold").css("background-image","url(/Content/libs/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png)");
},

The above code is appended to the

Guess you like

Origin www.cnblogs.com/firstcsharp/p/11351126.html