欢迎您  本站地址:   jQuery导航条三级下拉菜单代码-小库平台

小库平台

 找回密码
 立即注册
jQuery导航条三级下拉菜单代码-小库平台

小库平台

 找回密码
 立即注册
上一主题 下一主题

jQuery导航条三级下拉菜单代码

跳转到指定楼层
楼主
|只看大图 回帖奖励 |正序浏览 |阅读模式

jQuery导航条三级下拉菜单代码是一款非常简洁实用的网站导航菜单,绿色下拉菜单导航代码。

js代码
<scripttype="text/javascript"src="js/jquery.min.js"></script>
<scripttype="text/javascript">
$(function(){
var_this1=null;
$('.nav>li').hover(function(){
_this1=$(this);
_this1.find('.second-nav').show();
var_this2=null;
_this1.find('.second-nav').find('li').hover(function(){
_this2=$(this);
_this2.find('.third-nav').show();
_this2.find('.third-nav').hover(function(){
$(this).show();
},function(){
$(this).hide();
});
},function(){
_this2.find('.third-nav').hide();
});
},function(){
_this1.find('.second-nav').hide();
});
});
</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 11:37 , Processed in 2.851832 second(s), 19 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

扫描下方二维码,访问手机版。