Skip to content

sdeering/jquery-quick-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b92f1d · Jun 16, 2015

History

11 Commits
Oct 13, 2013
May 13, 2015
Jun 16, 2015
Aug 6, 2014
Oct 13, 2013
Oct 13, 2013

Repository files navigation

jQuery Quick Pagination Plugin

Article: http://www.jquery4u.com/tutorials/jquery-quick-pagination-list-items/

Demo: http://www.jquery4u.com/demos/jquery-quick-pagination/

Features

  • Can be used on any list in seconds
  • You can specify navigation on top, bottom or both
  • You can specify the number of items to display for each page
  • Very lightweight, only 3kb!
  • I’ve tested in on every browser and it is very stable
  • It currently only works on lists (but you can use it on divs you would have to put them in li tags).
  • It currently doesn’t have back and next buttons.

Usage

$("ul.pagination1").quickPagination();

License

https://jquery.org/license/

Thanks! =)