I have this JSON array:
[{"amount":"500"},{"amount":"750"},{"amount":"250"}]
I have tried to add the values it contains with:
$.getJSON('http://api.com..../water.php',function(data_water_tot){
console.log(data_water_tot);
$.each(data_wat...
asked by
26.05.2017 / 16:42