Skip to content

Instantly share code, notes, and snippets.

@yoko
Created January 16, 2009 01:20
Show Gist options
  • Save yoko/47749 to your computer and use it in GitHub Desktop.
Save yoko/47749 to your computer and use it in GitHub Desktop.
var addCSS = function(href) {
$.browser.msie ?
document.createStyleSheet(href) :
$('<link rel="stylesheet" type="text/css" href="'+href+'"/>').appendTo('head');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment