Posted in Javascript onDecember 26, 2013
通过jQuery的aminate动画方法定位。
示例如下:
scrollOffset($("#qa").offset()); // jQuery 定位让body的scrollTop等于pos的top,就实现了滚动 function scrollOffset(scroll_offset) { $("body,html").animate({ scrollTop: scroll_offset.top - 70 }, 0); }
jQuery aminate方法定位到页面具体位置
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@