第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

各位大神幫幫忙

我點擊時里面內(nèi)容不改變,還是一開始的內(nèi)容,一下我根據(jù)老師寫的代碼

<script type="text/javascript">

$(function(){

$("#menulist").on("click","a",function(){

if($(this).hasClass("btn-active")){

$("#expandZone #closeBtn").click;

return false;

}

var? curIndex = $(this).index(),mlValue= "-"+curIndex*100 +"%";

if($("#expandZone").hasClass("active")){

$("#expandZone .expdiv").animate({maginLeft:mlValue});

}

else{

$("#expandZone .expdiv").css({marginLeft :mlValue});

$("#expandZone").animate({height:"130px"}).addClass("active");

}

$(this).addClass("btn-active").siblings().removeClass("btn-active");

return false;

});

$("#expandZone #closeBtn").on("click",function(){

$("#expandZone").animate({height:"0px"},function(){?

$(this).removeClass("active");

$("#menulist .btn-active").removeClass("btn-active");

});

return false;

});

});

</script>


正在回答

1 回答

把最后面closeBtn的點擊換成以下代碼試試

$("#expandZone #closeBtn").on("click",function(){

$("#expandZone").animate({height:"0px"};

$("#expandZone").removeClass("active");

$("#menulist .btn-active").removeClass("btn-active");

});

return false;



0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消
形形色色的下拉菜單
  • 參與學(xué)習(xí)       106933    人
  • 解答問題       563    個

本教程從易到難,循循漸進,運用不同技術(shù)實現(xiàn)動態(tài)下拉菜單

進入課程

各位大神幫幫忙

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號