Skip to main content

Bug Tracker

Side navigation

#6571 closed bug (invalid)

Opened May 16, 2010 12:43AM UTC

Closed May 16, 2010 06:34PM UTC

$.ajax() fails on any IE

Reported by: retrib Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

I got this function to update container info:

function ajax_loadContent(id,url) {

$('#'+id).html(loading);

$.ajax({

type: "GET",

url: url,

success: function(result) {

$('#'+id).html(result);

}

});

}

It works fine with firefox, but got this on any IE:

http://rghost.ru/1629417/image.png

Attachments (1)
  • BUG.png (49.6 KB) - added by retrib May 16, 2010 12:43AM UTC.
Change History (2)

Changed May 16, 2010 12:50AM UTC by retrib comment:1

My bad. Tryed to change <noindex> area. IE just cannot understand this weird tag.

Changed May 16, 2010 06:34PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed