Closed GoogleCodeExporter closed 9 years ago
$.jsonp({
"url": "http://localhost/testjsonp.php
"success": showPrice,
"callbackParameter": "callback"})
Please read the API documentation carefully, the "callback" option is to set a
specific
callback name "in the url" and has nothing to do with the naming of the
function used
as you success callback.
Original comment by aubourg.julian
on 6 Jul 2009 at 2:57
Original issue reported on code.google.com by
shallway...@gmail.com
on 6 Jul 2009 at 6:03