Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我正在构建的页面上使用 jQuery .scrollTop 函数,该函数通常工作正常,尽管我有一个从页面顶部打开的联系人 div,它更改了页面定义的顶部,从而更改了每个页面的偏移量打开后滚动。有没有办法将页面顶部定义为特定 div 而不是实际页面的顶部。
我希望这是有道理的。谢谢你。
$(window).scrollTop($('#yourDiv').offset().top);