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 事件。这是一个足够好的方法吗?是否会触发多个事件期间的一些问题?
另外,这样的插件是否已经存在?谢谢。
无论如何,您都需要处理多个事件触发,因为您不知道加载图像需要多长时间。这意味着您可以跟踪当前正在加载的图像,这并不复杂。
我建议您在到达页面末尾之前触发事件以获得无限滚动效果。