Changes between Initial Version and Version 1 of Ticket #4798, comment 3
- Timestamp:
- Oct 29, 2010, 2:23:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4798, comment 3
initial v1 8 8 `$('.toc * li').length` correctly returns the same as `$('.toc li').length` (3 for my test) 9 9 10 But `$('.toc:last * li').length` returns the `#non-li-descendants of .toc` X `#of li-descendants of toc` (12 instead of 3). 10 But `$('.toc:last * li').length` returns the `#non-li-descendants of .toc` X `#of li-descendants of toc` (12 instead of 3)., 11 12 This seems to happen no matter what PSEUDO selector your use in the selector