Changes between Initial Version and Version 1 of Ticket #6754, comment 6
- Timestamp:
- Nov 3, 2010, 8:08:41 AM (12 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!