Changes between Initial Version and Version 1 of Ticket #9747, comment 4
- Timestamp:
- Jul 6, 2011, 3:34:14 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9747, comment 4
initial v1 5 5 The documentation for ':eq()' says, 6 6 7 7 > Select the element at index n within the matched set. 8 8 9 9 It does not give any indication that in the case of find() there will be a separate "matched set" corresponding to each element in the original selection, and that ':eq()' will apply to each such set individually before those sets are unioned and returned. But the actual behavior of ':first' and ':eq()' in find() seems to indicate that this is a more accurate description.