jQuery电商网站左侧商品分类导航菜单代码
jQuery电商网站左侧商品分类导航菜单代码

jQuery电商网站左侧商品分类导航菜单代码,一款购物商城常用的网站左侧导航悬停显示更多分类、热门分类和商家品牌logo布局样式。
js代码
<script type="text/javascript"> $(function() { var $top = $('.sec-mainNav').offset().top + $('.sec-mainNav').height() //左侧导航动画 $('.sec-mainNav li').on('mouseenter', function() { var $height = $(this).offset().top + $(this).find('.menu-panel').outerHeight(); $(this).find('.menu-panel').show(); if($height - $top >= 0) { $(this).find('.menu-panel').css({ top: -($height - $top) + 'px' }) } }); $('.sec-mainNav li').on('mouseleave', function() { $(this).find('.menu-panel').hide(); }); }); </script>
- 刺猬QQ交流群号多少?
- 363432
- 刺猬官方有技术支持吗?
- 有的,但技术支持是有偿服务哦,咨询右下角的在线客服吧!
- 下载的资源不能使用怎么办?
- 如果在本站下载的资源不能使用,一经确认可以联系在线客服退款。