jQuery plugin to load more content when user scrolls to bottom of content area.
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>
(Coming soon)
(Coming soon)
(Nothing yet)