Friday, August 11, 2006, 9:24:55 AM, Klaus Hartl wrote:
> In some cases you may have to do something like the following:
> $(this).find('> p') ...
> I cannot think of another way to do that.

True... We /could/ make a valid selector for instances like these.
Something like:

$(this).find('jquery|this > p'); // CSS3 jquery namespace.
or
$(this).find('jquery|* > p');

...but '> p' sure looks better. :)

-- 
Steve
http://mrclay.org/


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to