one web page all works in FF (and Safari), but IE throws an error on debug on line of jquery
xhr.open(type,s.url,s.async)
one web page all works in FF (and Safari), but IE throws an error
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.
I had this same problem and it was because the URL I was specifying was empty (I wanted it to target the current URL — this worked fine in Safari). Using
'.'instead solved the issue for me.