码迷,mamicode.com
首页 > Web开发 > 详细

JQUERY点击滚动到锚点

时间:2014-09-04 14:40:29      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   div   cti   sp   log   html   

$(document).ready(function() {
    $("a.topLink").click(function() {
        $("html, body").animate({
            scrollTop: $($(this).attr("href")).offset().top + "px"
        }, {
            duration: 500,
            easing: "swing"
        });
        return false;
    });
});

 

JQUERY点击滚动到锚点

标签:style   blog   color   io   div   cti   sp   log   html   

原文地址:http://www.cnblogs.com/jianjs/p/3955931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!