Skip to content

Instantly share code, notes, and snippets.

@replete
Created April 21, 2012 09:18
Show Gist options
  • Save replete/2436076 to your computer and use it in GitHub Desktop.
Save replete/2436076 to your computer and use it in GitHub Desktop.
load CSS
$.loadCss=function(css){$('head').append('<link rel="stylesheet" type="text/css" href="'+css+'">')};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment