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.jsBasic 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