Skip to content

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

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL-2.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Panopto/ev-scroll-loader

Repository files navigation

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)

About

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

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL-2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published