分享
JQuerytable鼠标经过变色代码,代码如下:
$('#<%=All
event.Cl
ientID%> tr
:not(:has("th"))').
hover(
function () {
$bg = $(
this).
CSS('background-
color');
$(this).
css('background-color', '#ffc4c6');
},
function () {
$(this).css('background-color', $bg);
});
网友评论文明上网理性发言已有1人参与
发表评论:
评论列表