我正在使用这个scrollTo插件:http://demos.flesler.com/jquery/scrollTo/ 只有这个简单的代码:
$( document ).ready(function() {
$.scrollTo($('#something'), {duration:2500});
});
我注意到每次重新加载页面时,它都会滚动到更多相同的位置,但从不在页面的特定(相同)点。
有时一点点#something id,有时候一点点下来,有时候#something id的div在页面中居中。
为什么会出现这种情况?