欢迎您  本站地址:   jQuery电商网站左侧商品分类导航菜单代码-小库平台

小库平台

 找回密码
 立即注册
jQuery电商网站左侧商品分类导航菜单代码-小库平台

小库平台

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

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

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

jQuery电商网站左侧商品分类导航菜单代码,一款购物商城常用的网站左侧导航悬停显示更多分类、热门分类和商家品牌logo布局样式。

js代码
<scripttype="text/javascript">
$(function(){
var$top=$('.sec-mainNav').offset().top+$('.sec-mainNav').height()
//左侧导航动画
$('.sec-mainNavli').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-mainNavli').on('mouseleave',function(){
$(this).find('.menu-panel').hide();
});
});
</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 08:09 , Processed in 6.743248 second(s), 19 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

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