Infinite Scrolling Page is a web-design technique that will automatically load new listings as the user scrolls down the page, eliminating the end for pagination. The success of infinite scrolling on social media sites have made this technique popular, but that doesn't mean you can't do it too in your site.
Infinite Scrolling Page is a Ajax plugin.
Plugin update
Plugin functionality
Plugin replace standard pagination and load new items using ajax each time visitor hits bottom of pageImplementation of infinite scroll osclass plugin is very simple.
automatically load items when user reaching bottom of page
remove standard pagination
much faster listing browsing
works on any theme
There is no need to modify theme files, only what is needed is to provide CSS selectors for following blocks:
Content Block Selector - most themes use #main
Listings Parent Block Selector - usually vary based on theme
Pagination Block Selector - most themes use .paginate
Pagination Next Button Selector - most themes use a.searchPaginationNext
Loaded Listings Counter Selector - optional parameter to update number of currently visible listings
Plugin extra functionality
if you want to make minor changes to personalize it: