国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

制作jquery遮罩層效果導(dǎo)航菜單代碼分享

2019-11-20 21:23:23
字體:
供稿:網(wǎng)友

jquery導(dǎo)航是一個網(wǎng)站必不可少的模塊,當(dāng)一個用戶在一個網(wǎng)站上瀏覽的時候,為了某個目的而查看網(wǎng)站導(dǎo)航欄的時候,突出導(dǎo)航欄的效果是重中之重。因此必須要使用一個效果:jquery遮罩層。利用明暗效果來突出當(dāng)前用戶的操作。

復(fù)制代碼 代碼如下:

$(function() {
var $oe_menu= $('#oe_menu');
var $oe_menu_items= $oe_menu.children
('li');
var $oe_overlay= $('#oe_overlay');
                $oe_menu_items.bind('mouseenter',function(){
var $this = $(this);
$this.addClass('slided selected');
$this.children('div').css('z-
index','9999').stop(true,true).slideDown(200,function(){
$oe_menu_items.not
('.slided').children('div').hide();
$this.removeClass('slided');
});
}).bind('mouseleave',function(){
var $this = $(this);
$this.removeClass('selected').children
('div').css('z-index','1');
});
$oe_menu.bind('mouseenter',function(){
var $this = $(this);
$oe_overlay.stop(true,true).fadeTo(200,
0.6);
$this.addClass('hovered');
}).bind('mouseleave',function(){
var $this = $(this);
$this.removeClass('hovered');
$oe_overlay.stop(true,true).fadeTo(200,
0);
$oe_menu_items.children('div').hide();
})
});

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 昭觉县| 凌云县| 广德县| 宁远县| 苍南县| 宁海县| 浦东新区| 湖州市| 吴堡县| 铜梁县| 克山县| 长宁县| 高阳县| 汪清县| 长寿区| 东乡| 济阳县| 云阳县| 重庆市| 伊宁县| 玛纳斯县| 荔波县| 华坪县| 阿坝县| 岳阳市| 桂林市| 炎陵县| 班玛县| 泸州市| 新绛县| 白水县| 安义县| 敦煌市| 安义县| 上饶市| 平顶山市| 三原县| 安福县| 宜春市| 张北县| 宁陕县|