Skip to content

Instantly share code, notes, and snippets.

@chadj
Created February 27, 2013 19:28
Show Gist options
  • Save chadj/5050875 to your computer and use it in GitHub Desktop.
Save chadj/5050875 to your computer and use it in GitHub Desktop.
(function(){
var newscript = document.createElement('script');
newscript.type = 'text/javascript';
newscript.async = true;
newscript.src = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(newscript);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment