Bug Tracker

Changes between Initial Version and Version 1 of Ticket #4798, comment 3


Ignore:
Timestamp:
Oct 29, 2010, 2:23:24 PM (12 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4798, comment 3

    initial v1  
    88`$('.toc * li').length` correctly returns the same as `$('.toc li').length` (3 for my test)
    99
    10 But `$('.toc:last * li').length` returns the `#non-li-descendants of .toc` X `#of li-descendants of toc` (12 instead of 3).
     10But `$('.toc:last * li').length` returns the `#non-li-descendants of .toc` X `#of li-descendants of toc` (12 instead of 3).,
     11
     12This seems to happen no matter what PSEUDO selector your use in the selector