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
[email protected]
http://jquery.com/discuss/

Reply via email to