webkit滚动顶部不再有效

时间:2014-01-20 14:36:42

标签: javascript webkit

滚动顶部不再适合我在chrome和其他-webkit浏览器中的外观。我想简单地滚动到锚点。

$('body').animate({
    'scrollTop':   $('#about').offset().top
}, 1000);

它正在输出到控制台,我已经开启了严格的模式。

body.scrollTop is deprecated in strict mode. 
Please use 'documentElement.scrollTop' if in strict mode
and 'body.scrollTop' only if in quirks mode. 

0 个答案:

没有答案