Reputation: 43
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?
Upvotes: 4
Views: 2711
Reputation: 6200
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
Upvotes: 8