• 微信号:Zh-y9213
您当前的位置:爱资源分享网 > > 网站源码 > 网页特效

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

栏目:网页特效时间:2021-06-26 07:31阅读数:36人阅读
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>


在线预览
资源均来自第三方,谨慎下载,前往第三方网站下载

本站所有文章、数据、图片均来自互联网,一切版权均归源网站或源作者所有。

如果侵犯了你的权益请来信告知我们删除。邮箱:737597453@qq.com