I have an Object of Objects. (because I want to use associative array, so object of objects, not numeric array of objects)
var tasks=new Object(); for(...){ tas
You could stick all names in a temp array and then call the sort() method on that array. Check this link
sort()
Regards