I want to use jQuery to asynchronously load CSS for a document.
I found this sample, but this doesn\'t seem to work in IE:
$.get("path.to.css",function(data){ $("head").append(""); });