Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxy/poppy-pagination
A simple way to generate next and last page buttons, breadcrumb links, and per-page result totals, as HTML.
https://github.com/nuxy/poppy-pagination
breadcrumb-links javascript jquery json plugin
Last synced: 1 day ago
JSON representation
A simple way to generate next and last page buttons, breadcrumb links, and per-page result totals, as HTML.
- Host: GitHub
- URL: https://github.com/nuxy/poppy-pagination
- Owner: nuxy
- License: mit
- Created: 2011-12-31T22:06:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T21:00:20.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:17:30.969Z (about 1 month ago)
- Topics: breadcrumb-links, javascript, jquery, json, plugin
- Language: JavaScript
- Homepage: https://nuxy.github.io/Poppy-Pagination
- Size: 627 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poppy Pagination [![Bower version](https://badge.fury.io/bo/poppy-pagination.svg)](https://badge.fury.io/bo/poppy-pagination) [![Build Status](https://api.travis-ci.com/nuxy/Poppy-Pagination.svg?branch=master)](https://app.travis-ci.com/github/nuxy/Poppy-Pagination)
A simple way to generate next and last page buttons, breadcrumb links, and per-page result totals, as HTML.
[](https://nuxy.github.io/Poppy-Pagination)
## Features
- Extensible HTML/CSS interface.
- Compatible with Firefox 3.6, Chrome, Safari 5, Opera, and Internet Explorer 7+ web browsers.
- Compatible with iOS and Android mobile web browsers.
- Easy to set-up and customize.
- Can be used to wrap any pre-existing set of results.
- Customizable callback function for post-processing link events.
- Fast and lightweight (jQuery plug-in *only 4.8 kB)## Installation
This package can be easily installed using [Bower](http://bower.io).
$ bower install poppy-pagination
Please refer to the [README](https://nuxy.github.io/Poppy-Pagination) for more information about this package.
## Author
[Marc S. Brooks](https://github.com/nuxy)