I recently needed to use the :last filter for a project, but during testing phase I noticed that it does not work in IE6 or 7. I modified my code to instead get the number of elements, then get the last element by using :eg(length - 1). Is it possible that in the next release that this might be done automatically for browsers not supporting :last?
Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---