Skip to content

Instantly share code, notes, and snippets.

@taynguyen
Last active June 24, 2023 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taynguyen/01c178576aae4e44711f1d4c86f06654 to your computer and use it in GitHub Desktop.
Save taynguyen/01c178576aae4e44711f1d4c86f06654 to your computer and use it in GitHub Desktop.
Include jquery to devtool
var jqry = document.createElement('script');
jqry.src = "https://code.jquery.com/jquery-3.7.0.min.js";
document.getElementsByTagName('head')[0].appendChild(jqry);
// jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment