jQuery招聘网站左侧导航分类菜单代码

jQuery招聘网站左侧导航分类菜单代码-精品资源网
jQuery招聘网站左侧导航分类菜单代码
此内容为免费资源,请登录后查看
0
免费资源

jQuery招聘网站左侧导航分类菜单代码

jQuery招聘网站左侧导航分类菜单代码是一款适用于分类比较多的网站分类导航插件,鼠标悬停显示二级、三级子分类菜单。

js代码

<script type=\"text/javascript\">

	$(function(){
		$(\'.aui-content-main .aui-content-menu\').hover(function(){

			$(this).addClass(\'active\').find(\'s\').hide();

			$(this).find(\'.aui-content-menu-dow\').show();

		},function(){

			$(this).removeClass(\'active\').find(\'s\').show();

			$(this).find(\'.aui-content-menu-dow\').hide();

		});

	});

</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容