🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery plugin for infinite scroll that automatically loads more content via AJAX as you scroll to the bottom of the content. Supports both desktop and mobile.

Infinite-Scroll

Documentation

Ensemble Video jQuery Scroll Loader Plugin

jQuery plugin to load more content when user scrolls to bottom of content area.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script> <script src="dist/ev-scroll-loader.min.js"></script> <script> jQuery(function($) {   $('.scrollMe').evScrollLoader({     height: 400,     callback: function() {       loadMoreStuff();     }   }); }); </script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)


You May Also Like