NoobyAFK
NoobyAFK

Reputation: 307

IE8/9 'No Transport' Error jQuery, $.support.cors = true; not work

I got 'No Transport' Error (firebug lite say that), on IE console just write LOG: [object Object]

After i add jQuery.support.cors = true; just before jQuery.ajax still the same, but my ie is hmmm "broken" so now i cant load firebug lite to see what he say now...

Any other fix? How to start firebug lite or other ways to debug JS?

EDIT: gallery load after i open IE 9 console

Upvotes: 0

Views: 2558

Answers (1)

patel.milanb
patel.milanb

Reputation: 5992

The problem is that CORS isn't supported fully in IE until version 10 is released. Check this out: http://caniuse.com/cors

more Info: jQuery Call to WebService returns "No Transport" error

Upvotes: 1

Related Questions