> 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...

I'm confused - could you give an example with some HTML code and show
exactly what result you're looking for?

My first reaction would be to use $( 'dt', context ) to get all DT elements
within the context element. But are you looking for first-level children
only instead of all DT elements, or something like that?

-Mike


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

Reply via email to