I generate a json in any url, like this:
{"130":"chocolate","129":"banana","120":"chiclete"}
I'll get it with $ .get
$.get(url,function(data){
console.debug(data);
},'json');
result (it sorts automatically, without me needing it):...
asked by
31.07.2014 / 01:02