[jQuery] Quick Selector Question
Ok I have a DL that looks something like this:
<dl>
<dt class="one"></dt>
<dd></dd>
<dd></dd>
<dd></dd>
<dd></dd>
<dt class="two"></dt>
<dd></dd>
<dd></dd>
<dd></dd>
<dd></dd>
</dl>
Now, I would like to write a jQuery expression that would select dt.one and all dd siblings until it reaches dt.two.
Any clever ideas would be most helpful
Thanks,
Wil
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/