[jQuery] Regression in jQuery 1.01: selecting children
Hi,
with jQuery version 1.01 I cannot select children if I write something
like this:
$('#someId>div>div')
or $('/dashboard/locations/location')
On the other hand
$('/dashboard//location') worked again
The fastest would be $('location') anyway, right?
-- Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/