A jQuery plugin to turn your paginated pages into infinite scrolling pages with ease.
Downloads, documentation and demos available at: http://infiniteajaxscroll.com/
Infinite AJAX Scroll may be used in commercial projects and applications with the one-time purchase of a commercial license.
http://infiniteajaxscroll.com/docs/license.html
For non-commercial, personal, or open source projects and applications, you may use Infinite AJAX Scroll under the terms of the MIT License. You may use Infinite AJAX Scroll for free.
To contribute to Infinite AJAX Scroll please follow these instructions:
- Fork the project and create a new feature branch
- Install the development tools
- Write the feature/bugfix
- Write tests for the feature/bugfix
- Run tests
- Submit your Pull Request
-
Install bower components
$ bower install
-
Install npm modules
$ npm install
Testing is done with Busterjs and Grunt.
-
Start a buster server:
$ grunt buster::server:block
-
Launch some browsers and connect to
http://localhost:1111
and capture them. -
Run tests:
$ grunt buster::test