De: "iceangel89" <iceange...@gmail.com>

i still cant out put anything even with a simple alert(json);
-------------------------------------------------------------------------

You must loop through  data in order to retrieve their values:
$.getJSON("data.js", function (json) {var allItems = json.length;$.each(json, function (i, obj) {
if (i<allItems) {
alert('Value: ' + obj.Value + ' Item: ' + objItem');
}
});
});MaurĂ­cio




Reply via email to