You set 'json' as callbackKey in Request.JSONP. So your ajax.php
should then print:

<?php echo $_GET['json']; ?>({"errors":"0","disponible":0});

Reply via email to