I can't tell you if this is a bug in jquery or IE, but it looks like XDomainRequest is failing in IE. Add this to the url:
&callback=?
... so the response will be processed as jsonp.
Edit: It seems that Microsoft XDOmainRequest is not implemented in jQuery, so you cannot run cross-domain queries in jQuery using IE (except jsonp)
Dr. Molle
source share