Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);
```