Skip to content

herveguetin/infinite-ajax-scroll

 
 

Repository files navigation

Infinite Ajax Scroll 2

A jQuery plugin to turn your paginated pages into infinite scrolling pages with ease.

Downloads, documentation and demos available at: http://infiniteajaxscroll.com/

Build Status

Licensing

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.

Contributing

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
  • Update README
  • Submit your Pull Request

Installing development tools

  1. Install bower components

    $ bower install
  2. Install npm modules

    $ npm install

Running tests

Testing is done with Busterjs and Grunt.

  1. Start a buster server:

    $ grunt buster::server:block
  2. Launch some browsers and connect to http://localhost:1111 and capture them.

  3. Run tests:

    $ grunt buster::test

About

A jQuery plugin that turns your regular paginated page into an infinite scrolling page using AJAX

Resources

Stars

Watchers

Forks

Packages

No packages published