views:

122

answers:

2

If you look on http://soup.io or http://hashtags.org, and you scroll all the way down, you'll see how the page automatically loads MORE INFORMATION as you get to the bottom.

How do I do this?

+7  A: 

This can be achieved using the Scroll Event, making an Ajax call and appending the resulting HTML to the content of a DIV.

Here's some more information on how to do it: load-content-while-scrolling-with-jquery

ichiban
+1  A: 

There's another good article about it here at Ajaxian: http://ajaxian.com/archives/implementing-infinite-scrolling-with-jquery

Scottie