In this script http://jsfiddle.net/c4dSX/6/ autocomplete city whorks well in firefox not in explorer…why???
In this script http://jsfiddle.net/c4dSX/6/ autocomplete city whorks well in firefox not in explorer…why???
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your error is with trying to do a cross domain call from IE and it can’t locate a transport. Make use of the error property in the Ajax call
Reading a couple posts it seems that JSONP is your best bet. I have been trying to get it working in your example but maybe the service does not offer JSONP but I have not investigated the service much.
Have a look at these posts about the issue
jQuery Call to WebService returns “No Transport” error
‘No Transport’ Error w/ jQuery ajax call in IE