码迷,mamicode.com
首页 > Web开发 > 详细

js页面滚动定位

时间:2017-11-25 13:06:43      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:-o   asi   function   win   document   into   ima   logs   com   

$(".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页面滚动定位

标签:-o   asi   function   win   document   into   ima   logs   com   

原文地址:http://www.cnblogs.com/dontes/p/7894582.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!