I have a page with alternating sets of one or more <p> and <pre> paragraphs.
Given that $(this) is a <p> block, I want to select the next <pre> block, plus the additional <pre> blocks, if any, that follow the first one. How?
I have a page with alternating sets of one or more <p> and <pre> paragraphs.
Given that $(this) is a <p> block, I want to select the next <pre> block, plus the additional <pre> blocks, if any, that follow the first one. How?