Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filamentgroup/jqm-pagination
jQuery Mobile Pagination for touch, mouse, and keyboard
https://github.com/filamentgroup/jqm-pagination
Last synced: 3 months ago
JSON representation
jQuery Mobile Pagination for touch, mouse, and keyboard
- Host: GitHub
- URL: https://github.com/filamentgroup/jqm-pagination
- Owner: filamentgroup
- License: mit
- Archived: true
- Created: 2011-08-24T15:20:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T21:58:19.000Z (over 2 years ago)
- Last Synced: 2024-06-22T22:04:07.489Z (6 months ago)
- Language: JavaScript
- Homepage: http://filamentgroup.com/lab/jquery_mobile_pagination_plugin/
- Size: 443 KB
- Stars: 214
- Watchers: 20
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: This project is archived and the repository is no longer maintained.
# jQuery Mobile Pagination Plugin
[![Filament Group](http://filamentgroup.com/images/fg-logo-positive-sm-crop.png) ](http://www.filamentgroup.com/)
A jQuery Mobile plugin for sequential pagination between pages with support for touch, mouse, and keyboard!
Simply add this plugin to your page and link together documents via ordinary HTML anchors. jQuery Mobile Pagination will enhance those links with touch-drag navigation in browsers that support touch events.
This is implemented on top of jQuery Mobile's Ajax Navigation Model, meaning this plugin ties into your browser's history, so back and forward buttons work as expected!
Demos and documentation
===================================This plugin requires jQuery and jQuery Mobile. It doesn't require the whole framework though, we'll document that later!
To use:
1. Reference
jquery.mobile.pagination.css
andjquery.mobile.pagination.js
from your page.
2. Place the following markup somewhere inside each document that you want to make draggable. The links should point to the next and previous pages.Markup: