Skip to content

Instantly share code, notes, and snippets.

@rck109d
Created May 12, 2015 16:23
Show Gist options
  • Save rck109d/d14e59e9870e0be92216 to your computer and use it in GitHub Desktop.
Save rck109d/d14e59e9870e0be92216 to your computer and use it in GitHub Desktop.
give Underscore.js
var jqs = document.createElement('script');
jqs.type = 'text/javascript';
jqs.src = '//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js';
document.body.appendChild(jqs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment