Skip to content

Instantly share code, notes, and snippets.

@wakhub
Created April 15, 2012 13:44
Show Gist options
  • Save wakhub/2392872 to your computer and use it in GitHub Desktop.
Save wakhub/2392872 to your computer and use it in GitHub Desktop.
Append jQuery & jQuery UI Bookmarklet
javascript:(function(){var u='https://ajax.googleapis.com/ajax/libs/',d=document,s=d.createElement('script'),s2=s.cloneNode();s.src=u+'jquery/1.7.2/jquery.min.js';s2.src=u+'jqueryui/1.8.18/jquery-ui.min.js';d.head.appendChild(s);d.head.appendChild(s2)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment