https://github.com/apalm112/fsjs-pagination
Project uses progressive enhancement to add pagination & a search bar to let users search a list of students for a particular student or students.
https://github.com/apalm112/fsjs-pagination
content-filter css html5 javascript jquery pagination-links
Last synced: about 1 month ago
JSON representation
Project uses progressive enhancement to add pagination & a search bar to let users search a list of students for a particular student or students.
- Host: GitHub
- URL: https://github.com/apalm112/fsjs-pagination
- Owner: apalm112
- License: mit
- Created: 2016-12-26T00:02:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T19:46:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T05:27:17.877Z (over 1 year ago)
- Topics: content-filter, css, html5, javascript, jquery, pagination-links
- Language: HTML
- Homepage: https://apalm112.github.io/FSJS-Pagination/
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSJS Project #2: Pagination-Content-Filter
Project to implement a pagination feature & a content filter for a web page which contains a listing of students.
The script uses unobtrusive JavaScript to append markup for the pagination links and content filter. If a browser has JS disabled, then the entire student list is shown on the initial page load.
The pagination links and search results are calculated for any number of students in the HTML. The user can click through the listing or search for a specific student.
Script is deployed at https://apalm112.github.io/FSJS-Pagination/