I don’t know why I can’t get the data!
The problem is not described clearly
Data can be obtained using JQuery
function callback(data) { console.log(data); } $(function () { $.ajax({ type:"get", dataType:"jsonp", url:"http://api.asilu.com/weather/", jsonpCallback:"callback" }); })
The problem is not described clearly
Data can be obtained using JQuery