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?
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?
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
There's another good article about it here at Ajaxian: http://ajaxian.com/archives/implementing-infinite-scrolling-with-jquery