Changes between Initial Version and Version 1 of Ticket #9747, comment 6
- Timestamp:
- Jul 6, 2011, 11:01:09 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9747, comment 6
initial v1 5 5 > To my view the scope of ':first' is inexplicably inverted when used in find(). 6 6 7 The `find()` method finds one "first" in the matched set that it works on, assuming there is one at all.7 The `find()` method finds one "first" in each element of the matched set that it works on, assuming there is one at all. 8 8 9 9