$.get("parse.php", {id: i}, function(data){ var obj = jQuery.parseJSON(data);
$.getJSON("parse.php", {id: i}, function(obj){