On Jun 3, 9:28 pm, Steven Black <[email protected]> wrote:
> Not a bug.
>
> The first case has "or" semantics, joining (and de-duping) the two
> result sets.
>
Shouldn't $('elementA elementB', doc) selector (with space, not comma)
find all elementB's that are descendants of all elementA's?
The same as $('elementA', doc).find('elementB') is doing...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---