How do I load results using php and jquery as I scroll?
How do I load results using 开发者_StackOverflow中文版php and jquery as I scroll? E.g. like twitter, facebook and Especially http://cssline.com/
It is called infinite scrolling here is how to do it with images, It should get you going I guess.
See the demo here, it's quite similar.
It is done with PHP and AJAX (in this case)
The term you're looking for is "infinite scroll". Google it and you'll find plenty of results.
精彩评论