daspecster / ziptastic

This is a Python API for getting zipcodes
http://daspecster.github.com/ziptastic/
127 stars 17 forks source link

Not Working in IE9 #45

Open meowsus opened 11 years ago

meowsus commented 11 years ago

I've been sending requests to your example url (zip.elevenbasetwo.com) for a while now. I realize that it's never worked in IE9 and I believe the issue to be because the Response Headers do not include any kind of charset declaration.

Could you look into sending a proper charset back with the headers and perhaps update your example URL when you get a chance?

Thanks.

meowsus commented 11 years ago

bump?

daspecster commented 11 years ago

Hey! Sorry, this has been added. Let me know if it works for you! I'm not entirely sure that'll fix your problem though but it's worth a shot!

sravikarthik commented 11 years ago

Demo site is still not working in IE9. Any solution?

Ethanhackett commented 11 years ago

if I add the ?callback=? to the end of the getJSON request it does appear to return the values but then gives me

"SCRIPT1004: Expected ';' 14610, line 1 character 8"

It looks like it's expecting a semicolon.

djiang commented 10 years ago

I've been looking into this issue as well. It looks like for IE9, we have to set our ajax request to use jsonp. But then I get the same error as @Ethanhackett

Ethanhackett commented 10 years ago

After lots of trial and error we decided to drop ie ziptastic and just have ie9 users see the expanded inputs. Lame but so is using ie...