复制代码 代码如下:
$('#<%=AllEvent.ClientID%> tr:not(:has("th"))').hover(function () {
$bg = $(this).css('background-color');
$(this).css('background-color', '#ffc4c6');
},
function () {
$(this).css('background-color', $bg);
});
jQuery的attr与prop使用介绍02-20
table中的tr上下移动并保持序号不变05-02
分享一些几个jQuery片段代码06-05
分享浏览器的事件模型03-06
学习一个不错的点击水纹波动按钮效果05-18
网友评论文明上网理性发言已有0人参与
发表评论: