[jQuery] How about to add the sort function to jquery?

[jQuery] How about to add the sort function to jquery?


There are a few function in jquery to manipulate the array, e.g.
$.map, $.merge, $.unique and $.grep and so on.
So I think it is very necessary to add more useful function to it,
especially the SORT function.
like: $.sort(aArray), or $.sort(aArray, comparator).