Closed shavonn closed 7 years ago
Same issue here with IE8 and 9, any suggestions?
Diana
Same issue here with IE10. fixed: it works on IE10 there was a bug in my code :) this bug prevented jquery from working only on IE.
https://github.com/sgruhier/jquery-addresspicker/issues/56 It's work on IE :)
Problem come from here : http://stackoverflow.com/questions/14309037/ajax-no-transport-error-in-ie-8-9
I'm trying to solve this
This made the trick :D https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
could you post a PR please?
I did it yet :)
It works great- everywhere except IE9 with a later version of JQuery.
The demo features 1.4.4 but if I plugin the version of JQuery I am using (1.8.2) and open in ie9, the dropdown stops working.
Any ideas? Works fine in IE10.