Bug Tracker

Modify

Ticket #6571 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

$.ajax() fails on any IE

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

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

BUG.png Download (49.6 KB) - added by retrib 3 years ago.

Change History

Changed 3 years ago by retrib

comment:1 Changed 3 years ago by retrib

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

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.