写得不错的jquery table鼠标经过变色代码

时间:2013-09-27    点击:80   
复制代码 代码如下:

$('#<%=AllEvent.ClientID%> tr:not(:has("th"))').hover(function () {
$bg = $(this).css('background-color');
$(this).css('background-color', '#ffc4c6');
},
function () {
$(this).css('background-color', $bg);
});
目前流行的JavaScript库的介绍及对比
从jquery的过滤器.filter()方法想到的
jQuery 借助插件Lavalamp实现导航条动态美化效果
jquery $.each 和for怎么跳出循环终止本次循环
jquery ajax 调用失败的原因示例介绍
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved