Skip to content

Instantly share code, notes, and snippets.

@fchristant
Last active September 3, 2019 18:42
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 fchristant/a50c0aa5e185ecce5257c728d4a17ee2 to your computer and use it in GitHub Desktop.
Save fchristant/a50c0aa5e185ecce5257c728d4a17ee2 to your computer and use it in GitHub Desktop.
dragon.script.load()
dragon.script.load("https://code.jquery.com/jquery-3.4.1.min.js").then(() =>{
$( document ).ready(function() {
console.log($(document));
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment