My source code:
function getdata()
{$(document).ready(function(){
$('#data').load('getdata.php');
jsonStatus=eval("("+reqIntiAjax.responseText+")");
});
}
setInterval("getdata()",300);
my data: [{"data1":1,"data2":4}]
how to decode json data with jquery? im using getdata=eval("("+reqIntiAjax.responseText+")"); its not work