Skip to content
A small and dependency-free pagination library.
JavaScript CSS HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
src
test
.gitignore
.jshintrc
LICENSE
README.md
bower.json

README.md

paginator.js

A small and dependency-free pagination library for modern browsers. http://oss6.github.io/paginator.js/

Note: This library works for major moder browsers (with I.E. >= 9)

Install

Download the zip file containing paginator.min.js and paginator.css from here.

or

using bower, run the following:

bower install --save paginator.js

Basic usage

The basic usage is very simple to configure:

<div id="test">
    <article>
        ...
    </article>

    <article>
        ...
    </article>

    <article>
        ...
    </article>
</div>
var pg = paginator.create('#test article');

For more examples check the above web site.

Documentation

The library documentation is available here: http://oss6.github.io/paginator.js/

License

MIT © Ossama Edbali

Something went wrong with that request. Please try again.