动画scrollTop所有浏览器

时间:2017-04-20 13:37:21

标签: javascript jquery css

我正在修改现有的Wordpress主题(创建一个子主题),由于某种原因它不会滚动到页面顶部,可以在这一个上额外使用一双眼睛。

在控制台(或页面)中触发以下任何代码均失败:

$("#wrapper").animate({ scrollTop: 0 }, function(){});
$("body").animate({ scrollTop: 0 }, function(){});
$("html").animate({ scrollTop: 0 }, function(){});
$("html, body").animate({ scrollTop: 0 }, function(){});

一直在研究可能导致失败,溢出和定位的原因,但无法确定我确定是一个明显的错误。所以额外的一双眼睛会受到赞赏,谢谢:)。

Page with the problem

0 个答案:

没有答案