$.getJson not working in IE

前端 未结 3 738
迷失自我
迷失自我 2021-01-18 04:48

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

3条回答
  •  天命终不由人
    2021-01-18 05:46

    I'll go for the well known cross domain policy issue with jquery and IE.

    This article explain well the solution:

    http://cypressnorth.com/programming/cross-domain-ajax-request-with-json-response-for-iefirefoxchrome-safari-jquery/

提交回复
热议问题