Changes between Initial Version and Version 1 of Ticket #4344, comment 7
- Timestamp:
- Jul 11, 2011, 2:43:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4344, comment 7
initial v1 1 1 This 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 3 For this specific case you can do: $("body > div").find("span") to achieve a working result.