Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorjburton/jquery-prev-next-extended
Extends $.next and $.prev to accept a number argument
https://github.com/connorjburton/jquery-prev-next-extended
Last synced: 23 days ago
JSON representation
Extends $.next and $.prev to accept a number argument
- Host: GitHub
- URL: https://github.com/connorjburton/jquery-prev-next-extended
- Owner: connorjburton
- License: mit
- Created: 2016-06-24T12:04:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T07:40:39.000Z (about 5 years ago)
- Last Synced: 2024-11-16T09:16:06.833Z (about 1 month ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery-prev-next-extended
Extends $.next and $.prev to accept a number argument.```js
$('.foo').next(10);
$('.foo').prev(10);
```