Open meowsus opened 11 years ago
bump?
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!
Demo site is still not working in IE9. Any solution?
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.
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
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...
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.