类似 Bing 的无限滚动
有谁知道一个库,最好是 jQuery 和/或 JSP,允许连续滚动,如 Bing 图片?
例如,对于 Bing Images,如果向下滚动到结果的中间,则仅加载该区域中的结果,而不是像大多数无限滚动库那样加载页面中间和顶部之间的所有结果。
不过,我会使用这个库来处理文本结果,而不是图像。
谢谢!
Does anyone know of a library, preferably for jQuery and/or JSP, that allows continuous scrolling like Bing Images?
With Bing Images, if one scrolls down to the middle of the results, for example, only the results in that area are loaded, not all of the results between the middle and top of the page as is done with most infinite scrolling libraries.
I would be using this library with text results though, not images.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设你的意思是延迟加载,这里是它的一个实现< /a>
还有很多其他延迟加载实现,只需检查我的朋友 google
I am assuming u mean lazy loading and here is one implementation of it
And there are many other lazy load implementations just check my friend google
Bing 图像搜索分页 - 无限滚动
Bing image search paging - infinite scroll