jQuery實(shí)現(xiàn)的動態(tài)伸縮導(dǎo)航菜單
來源:易賢網(wǎng) 閱讀:1658 次 日期:2015-05-11 14:47:12
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery實(shí)現(xiàn)的動態(tài)伸縮導(dǎo)航菜單”,方便廣大網(wǎng)友查閱!

本文實(shí)例講述了jQuery實(shí)現(xiàn)的動態(tài)伸縮導(dǎo)航菜單。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"">

<html xmlns=">

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>jquery select</title>

<script type="text/javascript" src="jquery-1.6.2.min.js"></script>

<style type="text/css">

body {padding:10px; font-family:"宋體"}

* {margin:0; padding:0; font-size:12px;}

a{ color: #333;}

ul,li {

list-style-type:none;

}

.menu_list li a {

display:block; line-height:30px;

text-align:center; height:30px;

background:#e8e8e8; border-bottom:1px solid #ccc;

}

.hover {

background:#e8e8e8;

}

.div1{

height:200px; display:none;

padding:5px;

}

.menu_list{

width:200px; background:#f2f2f2;

border:1px solid #ccc;

}

</style>

<script type="text/javascript">

$(document).ready(function()

{

$(".menu_list ul li").click(function()

{

if($(this).children(".div1").is(":hidden"))

//判斷對象是顯示還是隱藏

{

if(!$(this).children(".div1").is(":animated")){

//如果當(dāng)前沒有進(jìn)行動畫,則添加新動畫

$(this).children(".div1").animate({height:'show'},1000)

.end().siblings().find(".div1").hide(1000);}

}else{

if(!$(this).children(".div1").is(":animated")){

$(this).children(".div1").animate({height:'hide'},1000)

.end().siblings().find(".div1").hide(1000);}

}

}

);

});

</script>

<div class="menu_list" id="secondpane">

<ul>

<li class="">

<a href="javascript:void(0);" class="a1">網(wǎng)頁特效</a>

<div class="div1">js特效,網(wǎng)頁特效</div>

</li>

<li class="">

<a href="javascript:void(0);" class="a1">網(wǎng)頁模板</a>

<div class="div1">網(wǎng)頁模板下載</div>

</li>

<li class="">

<a href="javascript:void(0);" class="a1" style="border:none;">聯(lián)系我們 </a>

<div class="div1" style="border-top:1px solid #ccc;">關(guān)于腳本之家</div>

</li>

</ul>

</div>

</body>

</html>

  希望本文所述對大家的jQuery程序設(shè)計(jì)有所幫助。

更多信息請查看IT技術(shù)專欄

更多信息請查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:jQuery實(shí)現(xiàn)的動態(tài)伸縮導(dǎo)航菜單
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)