jquery实现table鼠标经过变色代码

时间:2013-09-25    点击:81   
复制代码 代码如下:

$('#<%=AllEvent.ClientID%> tr:not(:has("th"))').hover(function () {
$bg = $(this).css('background-color');
$(this).css('background-color', '#ffc4c6');
},
function () {
$(this).css('background-color', $bg);
});
Extjs实现进度条的两种便捷方式
js中的referrer返回上一页使用介绍
JavaScript中的运算符种类及其规则介绍
jquery实现加载等待效果示例
js的onload事件及初始化按钮事件示例代码
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved