Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debjitbis08/dynpaginate

jQuery Pagination plugin
https://github.com/debjitbis08/dynpaginate

Last synced: 2 months ago
JSON representation

jQuery Pagination plugin

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