> > jQuery.fn.reverse = function() {
> >    this.pushStack(this.get().reverse());
> >    return this;
> > }

> Nice. That is a better approach then just doing 
> jQuery.fn.reverse = [].reverse.

I'm curious, what is the advantage of one approach over the other?

-Mike


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to