You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: