I have this code, and have also tried something similar using the $.getJson function:
jQuery(document).ready(function(){
var kiva_url = \"http://api.kiva
This is the answer http://forum.jquery.com/topic/jquery-getjson-invalid-label
Simply wrap your Json response with your callback request
E.g. jQuery16203473509402899789_1315368234762({"Code":200,"Message":"Place added successfully","Content":""});
where
jQuery16203473509402899789_1315368234762
is your callback request (you can get it via querystring)
{"Code":200,"Message":"Place added successfully"}
is your JSON response