sorry you said stylesheet, but you get the idea. 
I haven't tested this yet, but it may work.

jQuery(document.createElement("link"))
        .attr({type: "text/css",href: "my.css",rel:"stylesheet"})
        .appendTo("head");
-- 
View this message in context: 
http://www.nabble.com/Attach-a-Style-Sheet-tf2418733.html#a6744819
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to