Created
August 29, 2011 08:37
-
-
Save kenu/1178018 to your computer and use it in GitHub Desktop.
stylesheet loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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