>> Two thoughts:
>>
>> $( '* > dt', context );
> 
> Wouldn't that select all elements within context first, and then all dt 
> children of those elements?

That would select all dt elements that are a child of some element, 
which can (should) only be a dl element. If you had nested dls there it 
would also pick the deeper nested dt elements.

-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to