Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created August 18, 2014 04:27
Show Gist options
  • Save bran921007/c32d006e22d1168a1f5e to your computer and use it in GitHub Desktop.
Save bran921007/c32d006e22d1168a1f5e to your computer and use it in GitHub Desktop.
jquery agregado a javascript
var jq = document.createElement('script');
jq.src = "//code.jquery.com/jquery-latest.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment