Two thoughts:

$( '* > dt', context );

OR

Just put an ID on the particulat dl that you want to use as the context.  :)

$( dl#foo > dt );

- Brian


> Hi jQueryians,
>
> how do I search for a children within a context?
>
> In other words, how to translate this:
> $(context).children("dt")...
> into something like this:
> $("/dt", context)....
>
> The latter one does unfortuanetely not work...
>
> --
> Jörn Zaefferer
>
> http://bassistance.de


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

Reply via email to