Posts by user1132261 • 11 points
1 post
-
1
votes1
answer116
viewsQ: jquery sorts my date automatically
I send a json to any url, like this one: {"130":"chocolate","129":"banana","120":"chiclete"} Then I’ll get $. $.get(url,function(data){ console.debug(data); },'json'); result ( it sorts…