i am lookig at this post
my situation is same, i am getting a json data from a query in a sorted structure
I tried the technique which is the last answer, but the sorting is never happening the way it is in json, jquery each is always sorting it from 1 to number of records, i want it to run it the way the json has it
134 - A
140 - B
131 - C
but the output is like this in jquery
131 - C
134 - A
140 - B