用JavaScript滚动到特定位置,然后>>

问题描述 投票:0回答:1

如何使用此DEMO中的JavaScript滚动到HTML中的某些位置

    $("body, html").animate({
               scrollTop: $( $(this).attr('href') ).offset().top}, 2600);

我只想使用JavaScript进行滚动,而不使用JQuery。

[如何使用JavaScript滚动到HTML中的某些位置,例如此DEMO $(“ body,html”)。animate({scrollTop:$($($(this).attr('href'))。offset()。 top},2600);我想使用...

javascript jquery html dom scroll
1个回答
0
投票

查看有关MDN的这些文章:

© www.soinside.com 2019 - 2024. All rights reserved.