Basically i'm going through a table, i've used closest to get the
parent element which is a tr then i can use next() to get the next one
or nextAll() to get all the next ones however i just want to get the
next two elements so is there a way to limit nextAll() to only return
the next two matches rather than all of them?

Reply via email to