
jqPagination is a jQuery plugin that provides a newer method of pagination for your web site or application. Instead of displaying a list of page numbers like traditional pagination methods jqPagination uses an interactive 'Page 1 of 5' input that, when selected, allows the user to enter their desired page number. The plugin will ensure that only valid pages can be selected, a valid request will result in the paged callback. First, previous, next and last buttons work out of the box, but are optional.
The plugin is controlled with the special class names and attributes of HTML elements (for defining the prev, next buttons or setting the max pages).
It has a pretty unique, simple-yet-functional feature which is the ability to clicking on the pagination item and setting the page to be displayed manually.
jqPagination has a single callback which is ran when a pagination request is made and returns the page number to be displayed.
Homepage: http://beneverard.github.com/jqPagination/
| ←Previous jQuery Vertical Mega Menu Plugin | CoffeeScript: iOS Home Screen Style Next→ |
|---|
