$(function(){
var tabNum=$(".important").find("li");
var contentNum=$(".contents").children();
var timer;
$(tabNum).each(function(index){
$(this).hover(function(){
var that=$(this)
timer=window.setTimeout(function(){
$(contentNum).eq(index).css({"display":"block"});
$(contentNum).eq(index).siblings().css({"display":"none"});
that.find("a").css({"background":"#FFF","color":"#fff"});
that.find("strong").show();
that.siblings().find("strong").hide();
that.siblings().find("a").css({"background":"#fff","color":"black"});
},100)
},function(){
window.clearTimeout(timer);
})
})
})
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
