Skip to main content

Bug Tracker

Side navigation

#3458 closed bug (invalid)

Opened October 07, 2008 09:25AM UTC

Closed January 26, 2009 01:10AM UTC

Last modified March 14, 2012 11:38PM UTC

Slow performance in IE6/7

Reported by: studlyswissdude2 Owned by:
Priority: major Milestone: 1.3
Component: ajax Version: 1.2.6
Keywords: Cc: studlyswissdude2, flesler
Blocked by: Blocking:
Description

When using .ajaxSubmit function, I am getting HTML back from the server and trying to insert that new HTML into a div, or rather replacing that DIV with the returned HTML code.

code:

$("#"+$(data).attr("id")).after($(data)).remove();

As you can see, I'm inserting the new HTML code returned after the (div) id specified in the returned data and then remove the DIV. This works fine in FF and IE, however, if HTML data gets quite lengthy, the performance of this in IE is really poor, taking up to several minutes.

Any idea of another way of approaching this or what I could do to improve performance specifically in IE?

Attachments (0)
Change History (2)

Changed October 07, 2008 02:07PM UTC by flesler comment:1

cc: → studlyswissdude2, flesler
component: unfilledajax
owner: flesler

Changed January 26, 2009 01:10AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

You're better off asking questions like these in the forums, since it's not a bug.