当前位置:首页 > 网页特效 > 菜单导航 >

仿爱淘宝分类伸缩jQuery导航

时间:2015-01-06 08:21 来源:互联网 作者:源码搜藏 收藏 推荐

  • 广告推荐
效果预览 立即下载

仿爱淘宝分类伸缩jQuery导航仿爱淘宝分类伸缩jQuery导航是一款仿爱淘宝分类栏目伸缩展开的jQuery导航代码。

<script type="text/javascript">
    $(function(){
        $('.navRight li').mouseenter(function(){
            $(this).children('span').css('transform','rotate(135deg)');
        }).mouseleave(function(){
            $(this).children('span').css('transform','rotate(-45deg)');
        })
        $('.fenlei ul li').mouseenter(function(){
            $(this).stop().animate({'height':'289px'},300).siblings().stop().animate({'height':'44px'},300);
            $(this).siblings().css('background','#F5F5F5');
            $('.fenleiright').fadeTo(0,0.8).stop().animate({'width':'289px'},300);
        }).mouseleave(function(){
            $('.fenlei ul li').stop().animate({'height':'79px'},300)
            $(this).siblings().css('background','#ffffff');
        });
        $('.navLeft').mouseleave(function(){
            $('.fenleiright').stop().animate({'width':'0px'},300);
        })
    })
</script>
本站资源仅限于学习研究,严禁从事商业或者非法活动! 源码搜藏网所有源码来自互联网转载与用户上传分享,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

菜单导航下载排行

最新文章