https://github.com/fabianraja/dom_day3_1
Pagination using DOM
https://github.com/fabianraja/dom_day3_1
bootstrap dom html-css-javascript netlify-deployment pagination
Last synced: about 2 months ago
JSON representation
Pagination using DOM
- Host: GitHub
- URL: https://github.com/fabianraja/dom_day3_1
- Owner: FabianRaja
- Created: 2023-11-12T14:24:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T07:57:05.000Z (over 2 years ago)
- Last Synced: 2025-07-24T07:00:38.072Z (11 months ago)
- Topics: bootstrap, dom, html-css-javascript, netlify-deployment, pagination
- Language: JavaScript
- Homepage: https://paginationbyfabianrajafernando.netlify.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pagination in DOM manipulation
Data's will be displayed according to the page number clicked
Defautly it will be in the page number - 1
Previous Button - it will go to the previous page (for example: if you are in page number 3, you will be directed to page number 2)
Next Button - it will go to the next page (for example: if you are in page number 3, you will be directed to page number 3)