Re: Multi-Dimensional Sorting with JavaScript
For those of you saying it does not work, it does. You forgetting the fact that newOrder# is referring to the same Array to they will all be equal if you look at the values after all the sorts have run.
In firebug/IE8 add console lines
var newOrder1...