Modify ↓
Ticket #6840 (closed bug: duplicate)
.append() from iframe to top document
| Reported by: | katamshut | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.4.1 |
| Component: | manipulation | Version: | 1.4.1 |
| Keywords: | append IE7 adoptNode | Cc: | |
| Blocking: | Blocked by: |
Description
Hi
Executing .append() within an iframe to top document does not work in IE7.
example:
$('body',top.document).append($('#myDivAtIFrame'));
Answer from IE7 is "Invalid Argument".
Please tell me if more information is needed.
Thanks a lot! Christian
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.
