Skip to main content

Bug Tracker

Side navigation

#4287 closed bug (invalid)

Opened March 03, 2009 09:14PM UTC

Closed November 17, 2010 01:36AM UTC

Use .innerHTML in .empty() to wipe out nodes

Reported by: john Owned by:
Priority: major Milestone: 1.4
Component: manipulation Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

This will be faster than removing each element individually.

Attachments (0)
Change History (2)

Changed March 17, 2009 09:31PM UTC by brandon comment:1

We just need to make sure we aren't leaking any memory as a result of this.

Changed November 17, 2010 01:36AM UTC by dmethvin comment:2

component: coremanipulation
resolution: → invalid
status: newclosed

Can't use .innerHTML since we need to clean out the data attached to elements. Otherwise IE will bloat up like a Macy's Thanksgiving Day float.