会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
luluping
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
jQuery的表格隔行变色效果
Posted on
2008-05-04 11:58
linFen
阅读(
386
) 评论(
0
)
编辑
收藏
举报
var $j=jQuery.noConflict();
$j(document).ready(function() {
$j(
"#listBody table tr"
).hover(function(){$j(
this
).addClass(
"over"
);},function(){$j(
this
).removeClass(
"over"
);});
$j(
"#listBody table tr:odd"
).addClass(
"alt"
);
});
刷新页面
返回顶部
Powered by:
博客园
Copyright © 2024 linFen
Powered by .NET 9.0 on Kubernetes