jQuery招聘网站左侧导航分类菜单代码
89
0
jQuery左侧分类菜单jQuery分类导航菜单jQuery悬停分类菜单

jQuery招聘网站左侧导航分类菜单代码是一款适用于分类比较多的网站分类导航插件,鼠标悬停显示二级、三级子分类菜单。
<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>热点素材
- 2,3831
- 2,3280
- 2,26712
- 2,2103
- 2,0941





