Modify ↓
Ticket #4287 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
Description
This will be faster than removing each element individually.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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