Modify ↓
Ticket #4726 (closed bug: worksforme)
el.wrap('<element1><element2></element2></element1>') only wraps <element1> in IE7
| Reported by: | rossbruniges | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | manipulation | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hope the summary is descriptive enough.
Trying to wrap multiple elements around a node fails ie IE7 by only wrapping the first in the list.
Work around was to use wrap twice (and maybe this is the expected usage) but it did cause me about an hour of head-scratching - works FF, Safari, Opera.
Attachments
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.

