Ok, for some reason my getJson is not working. I am pulling some stock information and it works in all major browsers except IE.
I have created a JSfiddle here: htt
Since its a old post this answer may be helpful to other seekers.
There may be two reasons why getJson not working in IE.
1.Either Jsonp requests which resolved by adding
&callback=? or &callback=?
2.Set ajax catch.
$.ajaxSetup({ cache: false });
If still you have problem, it may be because of the cross-platform API usage.