Skip to content

Instantly share code, notes, and snippets.

@copyninja
Created September 25, 2010 18:23
Show Gist options
  • Save copyninja/597120 to your computer and use it in GitHub Desktop.
Save copyninja/597120 to your computer and use it in GitHub Desktop.
$("head").append("<link>");
css = $("head").children(":last");
css.attr({
rel: "stylesheet",
type: "text/css",
href: css_link
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment