$("<link/>",{ rel: "stylesheet",type: "text/css",href: "/styles/yourcss.css" }).appendTo("head");
这工作在FireFox和类似,但不是在IE。
$("<link/>",href: "/styles/yourcss.css" }).appendTo("head");
http://api.jquery.com/jQuery/#jQuery2