Bug Tracker

Changes between Initial Version and Version 1 of Ticket #4344, comment 7


Ignore:
Timestamp:
Jul 11, 2011, 2:43:59 PM (12 years ago)
Author:
john
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4344, comment 7

    initial v1  
    11This does not seem like something that we're going to fix - the result would be prohibitively expensive (both in terms of computation and in terms of file size). Perhaps if we end up rewriting Sizzle at some point we can tackle this issue then.
     2
     3For this specific case you can do: $("body > div").find("span") to achieve a working result.