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 comment:1
Changed November 17, 2010 01:36AM UTC by comment:2
component: | core → manipulation |
---|---|
resolution: | → invalid |
status: | new → closed |
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.
We just need to make sure we aren't leaking any memory as a result of this.