<spanclass="category"><ahref="http://api.jquery.com/category/selectors/"title="View all posts in Selectors">Selectors</a>><ahref="http://api.jquery.com/category/selectors/hierarchy-selectors/"title="View all posts in Hierarchy">Hierarchy</a></span>
<dd>A selector to match the element that is next to the first selector.</dd>
</dl></li></ul>
<pclass="desc"><strong>Description: </strong>Selects all next elements matching "next" that are immediately preceded by a sibling "prev".</p>
<divclass="longdesc"><p>One important point to consider with both the next adjacent sibling selector (<code>prev + next</code>) and the general sibling selector (<code>prev ~ siblings</code>) is that the elements on either side of the combinator must share the same parent.</p></div>