I have a PHP code that creates a jSON:
<?php
$array3 = array(array('0,1300', 'Thalita', 'Nicole'));
echo json_encode($array3);
?>
And I have another code that is in jQuery that forms a graphic, with the following settings:
var d1...
asked by
13.07.2014 / 20:49