1. 程式人生 > >js頁面滾動定位

js頁面滾動定位

ren scrollto .get 頁面滾動 -o ict scroll into avi

$(".navigation").children().eq(0).click(function() {
$("html, body").animate({scrollTop: $(".footer").offset().top }, {duration: 500,easing: "swing"});
return false;
document.getElementById("divId").scrollIntoView();
});

https://www.cnblogs.com/ictlight-moving-on-1/p/5753785.html

js頁面滾動定位