[jQuery] load css dynamically

[jQuery] load css dynamically


I am trying to load css dynamically to the document by jquery.
It works in firefox fine, but not in IE.
any idea?
code:
$("<link>").attr({"rel":"stylesheet","type":"text/
css","href":css_href,
"media":"screen"}).appendTo(document.getElementsByTagName("head")[0]);