jQuery 1.3 selectors, fiszki do nauki from http://docs.jquery.com/Selectors
52 in stack Cards:
All sibling elements after the "prev" element that match the filtering "siblings" selector ?
<div id="page"></div> <div></div> <!-- this --> <div></div> <!-- this -->
$('#page ~ div');