Changes between Initial Version and Version 1 of Ticket #6754, comment 6
- Timestamp:
- 11/03/10 12:08:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6754, comment 6
initial v1 1 Passing a comma-delimited selector string to `.find('c,d')` should be a very common use case! 2 3 In addition, because `jQuery('foo', context)` uses `jQuery(context).find('foo')` internally, `.find` MUST support every selector that `jQuery()` supports. 1 n/m this comment!
