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.
假设我有一个巨大的照片列表,我想在 fix 中以 20 x 20 显示它auto-scrolled area,并且每次我到达列表的底部(滚动结束)。
auto-scrolled area
我想要加载接下来的 20 张照片(当您想要重新加载推文或 fb' 帖子时,对于移动设备)。
我想我会在到达滚动结束时立即使用Ajax发布请求,但如何检测事件。
Ajax
有没有这样做的参考?
听起来好像您正在寻找无限滚动脚本(尽管您的问题有些模棱两可)。无论如何,为什么要重新发明轮子?这个 jQuery 插件完全符合您的要求:
无限滚动