sgruhier / jquery-addresspicker

JQuery UI widget : address autocomplete field by google maps V3 geocoding service
xilinus.com/jquery-addresspicker/demos/index.html
592 stars 221 forks source link

IE9 + Later JQuery #41

Closed shavonn closed 7 years ago

shavonn commented 11 years ago

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.

dianavila commented 10 years ago

Same issue here with IE8 and 9, any suggestions?

Diana

kildem commented 10 years ago

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.

deneuxa commented 10 years ago

https://github.com/sgruhier/jquery-addresspicker/issues/56 It's work on IE :)

deneuxa commented 10 years ago

Problem come from here : http://stackoverflow.com/questions/14309037/ajax-no-transport-error-in-ie-8-9

I'm trying to solve this

deneuxa commented 10 years ago

This made the trick :D https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest

sgruhier commented 10 years ago

could you post a PR please?

deneuxa commented 10 years ago

I did it yet :)