#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Keywords: | adoptNode added |
---|---|
Priority: | → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #4059.