I am trying to read in the category list from SimpleGeo... my code works fine in Chrome and FireFox, but fails in IE.
$.getJSON("http://api.simplegeo.com/1.0/features/categories.json",function(json){
sgCategories = json;
});
Looking at a couple other posts seem to offer ideas but the API doesn't seem to offer a callback and I have no control of their format...
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
Any other ideas?