JavaScript導(dǎo)航腳本判斷當(dāng)前導(dǎo)航
來源:易賢網(wǎng) 閱讀:579 次 日期:2016-07-28 14:47:28
溫馨提示:易賢網(wǎng)小編為您整理了“JavaScript導(dǎo)航腳本判斷當(dāng)前導(dǎo)航”,方便廣大網(wǎng)友查閱!

這篇文章主要介紹了JavaScript導(dǎo)航腳本判斷當(dāng)前導(dǎo)航的相關(guān)資料,非常不錯,具有參考借鑒價值,需要的朋友可以參考下

直接給大家貼代碼了。

代碼如下:

<script>

$(function () {

//highlight current / active link 左側(cè)導(dǎo)航判斷當(dāng)前活動導(dǎo)航

$('ul.main-menu li a').each(function () {

var wo = window.location.href.substring(window.location.href.lastIndexOf('/') + 1, window.location.href.lastIndexOf('.'));

if ($(this).attr('href') == (wo + ".html")) {

$(this).parent().addClass('active');

$(this).parents().addClass('active');

$(this).parents('li').find("i:first").toggleClass("glyphicon-minus");

$(this).parents('ul').slideDown();

}else

if (("dxs" == wo || "syd" == wo)&&($(this).attr('href')=="dbs.html")) {

$(this).parent().addClass('active');

$(this).parents().addClass('active');

$(this).parents('li').find("i:first").toggleClass("glyphicon-minus");

$(this).parents('ul').slideDown();

}

});

/*** begin 主頁左側(cè)菜單 */

$(".main-menu a").click(function () {

//將當(dāng)前l(fā)i設(shè)置為活動狀態(tài)

$(this).find("i:first").toggleClass("glyphicon-minus");

});

$(".main-menu a").click(function () {

//更換其他導(dǎo)航的加減號圖標(biāo)

$(this).parent('li').siblings(".active").find("i:first").toggleClass("glyphicon-minus");

//alert($(this).index());

//去掉其他導(dǎo)航的點(diǎn)擊樣式并折疊

$(this).parent('li').siblings(".active").removeClass("active").children("ul").slideUp('fast');

$(this).next('ul').slideToggle('fast');

$(this).parent('li').addClass('active');

});

/************** end 主頁左側(cè)菜單 */

})

</script>

以上所述是小編給大家介紹的JavaScript導(dǎo)航腳本判斷當(dāng)前導(dǎo)航,希望對大家有所幫助

更多信息請查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:JavaScript導(dǎo)航腳本判斷當(dāng)前導(dǎo)航
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔ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-65317125(9:00—18:00) 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)