http://jsbin.com/aboca3/95/edit
Here is working example for separate numeral and alphabetical sort.
It works well, the problem is, it doesn’t sort alphabetically items with equal <em> number.
E.g. it gives Salpinestars(58), Joe Rocket (58) on numeral sort. Should give reverse order.
I’ve tried to change items.sort(sortEm).prependTo(self); to items.sort(sortAlpha).sort(sortEm).prependTo(self);, but it doesn’t work.
Any thoughts?
Use this sortEm():