通过jQuery的aminate动画方法定位。

示例如下:
复制代码 代码如下:
scrollOffset($("#qa").offset());

// jQuery 定位让body的scrollTop等于pos的top,就实现了滚动
function scrollOffset(scroll_offset) {
$("body,html").animate({
scrollTop: scroll_offset.top - 70
}, 0);
}
标签:
jQuery,定位,页面位置

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“jQuery aminate方法定位到页面具体位置”

暂无“jQuery aminate方法定位到页面具体位置”评论...