#7350 closed bug (invalid)
ie9 append bug
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Appending a stylesheet fails in IE9:
$('head').append('<link rel="stylesheet" href="style.css" type="text/css" />')
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
comment:3 Changed 12 years ago by
SCRIPT65535: Ungültiges aufrufendes Objekt. jquery-1.6.2.js, Zeile 5601 Zeichen 5
This error occurs, using 1.6-2.
jQuery('body').append('<div id="overlay"> </div>');
Note: See
TracTickets for help on using
tickets.
Please provide a link to a working testcase. Also, can you confirm this issue occurs in IE9 PP6, and does not occur in earlier versions of IE? Finally, is this a regression from 1.4.2?