jquery - Json responsed data not display -
i have json response string follows:
[ { "0": { "total":"2.00" }, "paymentcollection": { "emp_id":"e0004" } } ]
and jquery function
$.each(resp,function(indx,obj){ alert(obj.0.total); });
unfortunately alert not working.. please help
Comments
Post a Comment