Thanks Eric.

Erik Beeson said the following on 3/26/2007 9:47 AM:
> Even easier than that:
> 
> jQuery.fn.sort = function() {
>     return this.pushStack( jQuery.makeArray( [].sort.apply( this,
> arguments )) );
> };
> 
> See here: http://dev.jquery.com/ticket/255
> 
> Looks like I'm still about the only person that actually uses this.
> 
I'll probably use it quite a lot. My current app is where I've got a 
bunch of forms that I want to rearrange themselves when a person submits 
one with a changed date field. Doesn't seem that exotic to me :-)

Bruce

-- 
Bruce McKenzie
http://www.2MinuteExplainer.com

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

Reply via email to