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:
jQuery(function(){ jQuery('head').append('') });