> toArray(5) instead of get(5) is not clear either. Doesn't make sense > to create an Array passing an index that will act as a filter. If I > recall correctly, foo[index] was not possible until jQuery 1.2, > the .get() method came first.
.get() did come first - but [index] came much earlier than 1.2. I don't remember the exact release but I want to say 1.0. Although, I think he's just saying leave in .get(N), deprecate .get(), add .toArray(). --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 -~----------~----~----~----~------~----~------~--~---
