导航切换
$("#fixed_nav").mouseover(function(){
var index = (this).index(); (this).index();
(this).index(); (".head li").eq(index).siblings().removeClass(“fixed”);
}).mouseleave(function(){
setTimeout(function () {
}, 50);
});
导航切换
$("#fixed_nav").mouseover(function(){
var index = (this).index(); (this).index();
(this).index(); (".head li").eq(index).siblings().removeClass(“fixed”);
}).mouseleave(function(){
setTimeout(function () {
}, 50);
});