Posted in Javascript onSeptember 06, 2013
调用:
var offset = 10; var hash = globalHash; if (hash) { scrollBodyTopTo($("div#c_"+hash).offset().top-offset); }
方法:
function scrollBodyTopTo(pos) { $("html,body").animate({scrollTop:pos}); }
让网页跳转到指定位置的jquery代码非书签
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@