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 插件(或 js 脚本)可以平滑地滚动页面,并且可以在滚动完成时使用回调或调用某些函数?
谢谢。
jQuery.scrollTo将平滑地滚动页面,并提供一个允许您指定回调的 onAfter 函数。