Skip to content

Instantly share code, notes, and snippets.

@trey
Created February 14, 2012 23:05
Show Gist options
  • Save trey/1831427 to your computer and use it in GitHub Desktop.
Save trey/1831427 to your computer and use it in GitHub Desktop.
Load jQuery into your browser console
s = document.createElement('script');
s.src = 'http://code.jquery.com/jquery-latest.min.js';
document.body.appendChild(s)
@trey
Copy link
Author

trey commented Feb 14, 2012

@trey
Copy link
Author

trey commented Feb 14, 2012

Works great when creating scripts for dotjs.

@trey
Copy link
Author

trey commented Dec 5, 2012

This is a Solutions Log post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment