Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debjitbis08/dynpaginate
jQuery Pagination plugin
https://github.com/debjitbis08/dynpaginate
Last synced: 2 months ago
JSON representation
jQuery Pagination plugin
- Host: GitHub
- URL: https://github.com/debjitbis08/dynpaginate
- Owner: debjitbis08
- Created: 2012-11-12T11:32:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-12T13:06:45.000Z (about 12 years ago)
- Last Synced: 2024-04-09T15:34:41.121Z (9 months ago)
- Language: JavaScript
- Homepage: http://www.debjitbiswas.com/entry/jquery-pagination-plugin/
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dynPaginate
===========jQuery Pagination plugin.
##What is "dyn"?
"dyn" is dynamic, which means that the page number display changes based on the current page number selected.This helps
to show a lot of page numbers.##Options
The options for this plugin are as follows:- count: The total number of pages
- adj: The maximum number of page numbers to show before and after the currently selected page number
- edgeCount: Number of page numbers to show at the start and end
- onChange: Callback function to call when page changes
- prevText: Text for previous link
- nextText: Text for next link