Opened 10 years ago
Closed 10 years ago
#12679 closed bug (duplicate)
Set style node content in IE
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | manipulation | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('<style></style>').text('body{background:#fff;}').appendTo(document.body);
It will throw an exception "Unexpected call to method or property access". It can work well in other browsers expect IE7.
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #9832.