IE:last

IE:last


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.