jquery-prev-next-extended

Package to add a number argument to $.prev and $.next


Keywords
next, prev, jquery, js, es6
License
MIT
Install
npm install jquery-prev-next-extended@1.0.0

Documentation

jquery-prev-next-extended

Extends $.next and $.prev to accept a number argument.

$('.foo').next(10);
$('.foo').prev(10);