How to scroll the window using JQuery $.scrollTo() function
生活随笔
收集整理的這篇文章主要介紹了
How to scroll the window using JQuery $.scrollTo() function
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
$('html, body').animate({scrollTop: $("#page").offset().top}, 2000);
http://stackoverflow.com/questions/832860/
?
//鼠標滾動時, 阻止頁面滾動方法 $(document).on('mousewheel DOMMouseScroll', function(){$('html, body').stop(true); });
轉載于:https://www.cnblogs.com/zlog/p/5387881.html
總結
以上是生活随笔為你收集整理的How to scroll the window using JQuery $.scrollTo() function的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 课堂练习--最大子数组和 环
- 下一篇: WEB-INF目录与META-INF目录