Skip to content

Instantly share code, notes, and snippets.

@kenu
Created August 29, 2011 08:37
Show Gist options
  • Save kenu/1178018 to your computer and use it in GitHub Desktop.
Save kenu/1178018 to your computer and use it in GitHub Desktop.
stylesheet loading
var cLink = document.createElement("link");
cLink.rel = "stylesheet";
cLink.type = "text/css";
cLink.href = "/event/200908/nas.css";
document.getElementsByTagName("head")[0].appendChild(cLink);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment