如何使用此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);我想使用...
查看有关MDN的这些文章: