Side navigation
#13398 closed bug (notabug)
Opened February 06, 2013 10:11AM UTC
Closed February 06, 2013 01:03PM UTC
$.getJSON does not working in MSIE 9
Reported by: | artnikpro@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I realized that $.getJSON does not working in IE 9 at all. I need to get JSON responce from Google WebFonts API and I tried to do it with two different versiona of jQuery — 1.8.1 and 1.9.1, and both are returns error in IE.
Fiddle http://jsfiddle.net/artnik/Btbde/
Thanks
Attachments (0)
Change History (1)
Changed February 06, 2013 01:03PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
This is a cross-domain request. IE9 doesn't support cross-domain requests. Search for an xdr transport like this one: https://github.com/jaubourg/ajaxHooks/blob/master/src/xdr.js and drop it in your project. If you have more problems like this, please do some research on the internet or ask for help of the forum before filling a bug report. Thank you :)