jquery代码无法运行??
$('#nav>ul>li').hover(function(){$(this[id!="esp-new"]).css("background","#19a6d5").f...
$('#nav>ul>li').hover(
function(){$(this[id!="esp-new"]).css("background","#19a6d5").find('ul').stop(true,true).slideDown();
$(this[id="esp-new"]).css("background","#c43600").find('ul').stop(true,true).slideDown();},
function(){$(this).css("background","transparent").find('ul').stop(true,true).slideUp('fast');}) 展开
function(){$(this[id!="esp-new"]).css("background","#19a6d5").find('ul').stop(true,true).slideDown();
$(this[id="esp-new"]).css("background","#c43600").find('ul').stop(true,true).slideDown();},
function(){$(this).css("background","transparent").find('ul').stop(true,true).slideUp('fast');}) 展开
展开全部
$('#nav>ul>li').hover(function() {
if($(this).attr("id")=="esp-new"]){
$(this).css("background", "#c43600").find('ul').stop(true, true).slideDown();
return;
}
$(this).css("background", "#19a6d5").find('ul').stop(true, true).slideDown();
}, function() {
$(this).css("background", "transparent").find('ul').stop(true, true).slideUp('fast');
})
if($(this).attr("id")=="esp-new"]){
$(this).css("background", "#c43600").find('ul').stop(true, true).slideDown();
return;
}
$(this).css("background", "#19a6d5").find('ul').stop(true, true).slideDown();
}, function() {
$(this).css("background", "transparent").find('ul').stop(true, true).slideUp('fast');
})
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询