我正在提取一個特殊問題。 $ .getJSON不正常
$.getJSON('http://golfersapp.omaserver.com/courses.php?populate=country', function(listcountry1) {
alert("golf server");//alert is not showing
});
但低於運行正常
$.getJSON('http://inveniya.net/jasmine-device/TenantList.php', function(data) {
alert("inveniya");// it is showing properly
});
簡單的提醒不來了! 兩者都從同一頁面運行。一個正在運行,另一個沒有運行。任何線索?
在此先感謝
曾嘗試檢查'console.log(data)'? –
你有什麼錯誤? – rhughes