I have a problem here.
I am using YQL & jQuery to get some data; this is my quick code: http://jsfiddle.net/corotchi/22Ecw/
It doesn’t work in IE, I guess any version.
Error :
SCRIPT5: Access is denied.
jquery-1.4.3.min.js, line 137 character 406
And we can see in jsFiddle, FF displays data, IE doesn’t. Anyone have any advice or any idea how can I fix this?
PS. I am using jQuery 1.4.3.
I believe you need to use
JSONP. The following works in IE9 (and appears to work in IE7 and IE8); note thecallback=?, which jQuery will handle.http://jsfiddle.net/22Ecw/6/