Bug Tracker

Modify

Ticket #6406 (closed bug)

Opened 3 years ago

Last modified 3 years ago

when append(),html()...the IE6 will die

Reported by: kevein2008 Owned by: kevein2008
Priority: low Milestone: 1.4.3
Component: manipulation Version: 1.2.6
Keywords: IE6 die Cc: kevein
Blocking: Blocked by:

Description

this is the function function GetHTML(ucPath,data,context) {$.ajax({url: "/ajax.ashx?a=ucPath&b=data,

cache: false,

success: function(html)

{

$("#"+context).html(html);

}

});

} in the page <script type="text/javascript" language="javascript">

$("document").ready(function() {

GetHTML('param1','param2','Div1'); GetHTML('param1','param2','Div2'); GetHTML('param1','param2','Div2');

}); </script>

The problem is that when i refresh the page when the page is loading,the IE is die(just IE6).If I refresh ths page witch was load completed,there is no error.

Change History

comment:1 Changed 3 years ago by rwaldron

  • Owner set to kevein2008
  • Priority set to low
  • Status changed from new to pending
  • Component changed from build to manipulation

Could you reduce this to a test case on jsFiddle? Thanks!

comment:2 Changed 3 years ago by trac-o-bot

  • Status changed from pending to closed

Automatically closed due to 14 days of inactivity.

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.