user106089
user106089

Reputation: 43

Scroll for more script -- How?

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

Answers (1)

ichiban
ichiban

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

Related Questions