Skip to content

Instantly share code, notes, and snippets.

@magnum
Created March 18, 2021 15:55
Show Gist options
  • Save magnum/785c5603715bd2c688fc44940732696c to your computer and use it in GitHub Desktop.
Save magnum/785c5603715bd2c688fc44940732696c to your computer and use it in GitHub Desktop.
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
setTimeout(function(){
jQuery.noConflict();
//code
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment