Modify ↓
Ticket #5819 (closed bug: duplicate)
appending a stylesheet to the 'head' element doesn't work in IE8
| Reported by: | r.oosterholt | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | core | Version: | 1.4 |
| Keywords: | append stylesheet | Cc: | |
| Blocking: | Blocked by: |
Description
jQuery("head").append("<link rel='stylesheet' type='text/css' href='stylesheet.css'>"); stopped working in IE8 and jQuery1.4
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Reproduction scenario