> $(), $(''), $(0), $(null) and $(undefined), all return a collection > equal to $(document).
In 1.3.3, all but the first will return an empty set. The $() case will still return document since it's always been documented to do that. If you want an empty set, $([]) works on all versions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---