Side navigation
#6840 closed bug (duplicate)
Opened July 28, 2010 10:55AM UTC
Closed October 29, 2010 06:59PM UTC
Last modified March 13, 2012 09:29PM UTC
.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