Opened 13 years ago
Closed 13 years ago
#6571 closed bug (invalid)
$.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)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
My bad. Tryed to change <noindex> area. IE just cannot understand this weird tag.