I would like to select the start and end selector for the prevUntil() or nextUntil() jQuery selector methods. If I implement these methods now, it grabs everything between the t
Take a look at the .addBack method to add the results of the previous selector to the current matches. Combining that with the .prev method seems to do the trick: