Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkhrunov/pagination-js
Simple and powerfull pagination.
https://github.com/dkhrunov/pagination-js
Last synced: 28 days ago
JSON representation
Simple and powerfull pagination.
- Host: GitHub
- URL: https://github.com/dkhrunov/pagination-js
- Owner: dkhrunov
- Created: 2019-09-24T15:35:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T15:49:47.000Z (over 5 years ago)
- Last Synced: 2024-11-02T21:27:06.789Z (3 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pagination JS
Simple and powerfull pagination.
You can use this if there are more than 9 pages!## Required:
Bootstrap and Jquery (in this example already exists CDN to jquery and bootstrap)## Screenshot some state of pagination:
### First page, button previous is unactive:
![First state](https://github.com/therealpanda98/Pagination-JS/blob/master/Screenshots/1.PNG)### Switching between pages:
![Second state](https://github.com/therealpanda98/Pagination-JS/blob/master/Screenshots/2.PNG)### Middle in list of pages:
![Third state](https://github.com/therealpanda98/Pagination-JS/blob/master/Screenshots/3.PNG)### Switching between pages:
![Fourth state](https://github.com/therealpanda98/Pagination-JS/blob/master/Screenshots/4.PNG)### Last page, button next is unactive:
![Fourth state](https://github.com/therealpanda98/Pagination-JS/blob/master/Screenshots/5.PNG)