Skip to content

Instantly share code, notes, and snippets.

@raykao
Created January 23, 2014 02:36
Show Gist options
  • Save raykao/8571855 to your computer and use it in GitHub Desktop.
Save raykao/8571855 to your computer and use it in GitHub Desktop.
add jquery to console
var jq = document.createElement('script');
jq.src = '//code.jquery.com/jquery-2.0.3.min.js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment