摘要:jqGrid Add Close button in titleBar
temp = $("")
.addClass('ui-jqgrid-titlebar-close HeaderButton')
.hover(function() {$(this).addClass('ui-state-hover');},
function() {$(this).removeClass('ui-state-hover');}
).append ("");
$('.ui-jqgrid-title').before (temp);
人生到處知何似
應似飛鴻踏雪泥