> I know, but adding other elements to the results (given as argument) > will probably make the results array unsorted (even with duplicates).
I think there's a disconnect here. When there isn't multiple arguments (e.g "a.foo") there are no duplicates or sorting problems - that's implicit in the construction of Sizzle. Duplicates or sorting only need to be worked out for selectors like "a.foo, b.bar" -- but that has nothing to do with the results that are passed in to jQuery since that's all determined by parsing the selector. --John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
