[jQuery] select next n "somethings"

[jQuery] select next n "somethings"


I have a page with alternating sets of one or more

and <pre>
paragraphs.
Given that $(this) is a

block, I want to select the next <pre>
block, plus the additional <pre> blocks, if any, that follow the first
one.
How?