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
[email protected]
http://jquery.com/discuss/
