Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip by id, class/es, tagname #8

Open
45kb opened this issue Aug 2, 2015 · 0 comments
Open

Skip by id, class/es, tagname #8

45kb opened this issue Aug 2, 2015 · 0 comments

Comments

@45kb
Copy link
Member

45kb commented Aug 2, 2015

Examples:

skipPrev(30, '.class') //skip previous 30 elements with class = .class
skipPrev('.class') //skip all the previous elements with class = .class
skipNext(30, '') //skip next 30 elements
skipNext('#id') //skip all the next elements with id = #id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant