Bing image search paging - infinite scroll

后端 未结 4 1688
南笙
南笙 2020-12-28 23:41

When you search for images on the Bing search engine, the result is displayed like this:

http://www.bing.com/images/search?q=stack+overflow

Notice how you ca

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 00:48

    This feature is often called "infinite scrolling". Searching for infinite scroll javascript turns up a number of articles/posts on how to do this. Some of the more interesting ones:

    • Implementing infinite scrolling with jQuery
    • infinite-scroll.com
    • Continuous scrolling pattern using JavaScript and ASP.NET

提交回复
热议问题