Bing-like Infinite Scrolling
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 thoug开发者_JAVA百科h, not images.
Thanks!
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 image search paging - infinite scroll
精彩评论