Skip to content

Instantly share code, notes, and snippets.

@csandanov
Created March 21, 2019 08:12
Show Gist options
  • Save csandanov/e5cfc3a2a9e604d7f1e162084e3932f8 to your computer and use it in GitHub Desktop.
Save csandanov/e5cfc3a2a9e604d7f1e162084e3932f8 to your computer and use it in GitHub Desktop.
jquery connect
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment