0

I have the following code snippet which does not work in Internet Explorer, from the Web Tools (F12) it doesn't show any error on the console, it's like for IE the XML that I retrieve through the get is empty. Any hint?

$.get('http://x.x.x./xxx.aspx?param=' + par, function(data) {
    $(data).find('item').each(function(){
        //for some reason IE never enter this each cycle
        alert("that alert works with Chrome and Firefox but not with IE...")
    }
}

EDIT: Just so you know this code snippet is running on an ASPX page inside SharePoint WSS3. IE starts in IE10 Compatibility View with IE 5 Quirks as Document Mode. Also I am using Jquery 1.9.0.

raz3r
  • 3,071
  • 8
  • 44
  • 66

0 Answers0