1

I'm looking for leads on how to implement a (search-)result browser without using paging. But more like how twitter/facebook do it.

At first only 10 or so results need to be displayed but when scrolling down, more results (if any) should be added asynchronously. I've found examples with a [more] button at the end but I would like the browser to automatically fetch more when the bottom of the pane is reached.

I'm having trouble finding the right examples. Probably because I don't know what keywords to google on...

Hope you can help me out in the right direction!

Kind regards,

Paul

keun
  • 335
  • 6
  • 13

3 Answers3

3

I advise you read following article regarding this subject:

There is also a sample application available here.

tpeczek
  • 23,867
  • 3
  • 74
  • 77
2

Refer to the Replace paging with jQuery and subsonic continuous scrolling method blog post.

platon
  • 5,310
  • 1
  • 22
  • 24
1

Have a look at the following pages:

On Scroll down how to make ajax call and get the respone data

create-a-dynamic-scrolling-content-box-using-ajax

I believe that should help you!

Community
  • 1
  • 1
Gaz Winter
  • 2,924
  • 2
  • 25
  • 47