Hi,
I have a node hierarchy like this:
<div class="a">
  <div></div>
  <div></div>
</div>
$("div.a/div") will select (correctly) the two child divs while
$(".a/div") selects three divs (also selects parent div).
Is this a bug?

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

Reply via email to