Facebook Like Automatic Content Loading on Scrolling
Posted by Saurabh on January 6, 2012
We have all seen the automatic content loading used in Facebook. Let’s see how easily it can be implemented using jQuery.
View Demo
What we do to achieve this is whenever a scroll event is fired, check if we have reached the bottom of the page, and if we are at the bottom, call our ajax function...
1
