锚点链接

1)引入jquery

2)给a标签设置class  smooth

3)$(".smooth").click(function(){       

     var href = $(this).attr("href");       

     var pos = $(href).offset().top;       

     $("html,body").animate({scrollTop:pos}, 1000);       

     return false;    });

posted @ 2016-07-18 17:31  dongxiaolei  阅读(145)  评论(0编辑  收藏  举报