Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top