#983 closed bug (duplicate)
Setting iframe body html value in msie
Reported by: | jf.hovinne | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.2 |
Component: | core | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In msie 6.0, I get an error when I use:
var doc = iframe.contentWindow.document; $j(doc.body).html(myValue);
The call works fine with previous jQuery versions - the error only appears in current 1.1.1, at line 163 of jquery.js:
this.appendChild( a );
where I get: "Error: invalid argument."
The call works in Mozilla and Opera.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate, see #978