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)