SimpleGeo からカテゴリ リストを読み込もうとしています... 私のコードは Chrome と FireFox では正常に動作しますが、IE では失敗します。
$.getJSON("http://api.simplegeo.com/1.0/features/categories.json",function(json){
sgCategories = json;
});
他のいくつかの投稿を見ると、アイデアが提供されているようですが、API はコールバックを提供していないようで、その形式を制御できません...
https://stackoverflow.com/questions/6514457/getjson-or-ajax-requests-not-working-with-ie9 https://stackoverflow.com/questions/3517608/why-isnt-this-simple-bit-of -jquery-getjson-working-in-ie8
他のアイデアはありますか?