Last active
September 3, 2019 18:42
-
-
Save fchristant/a50c0aa5e185ecce5257c728d4a17ee2 to your computer and use it in GitHub Desktop.
dragon.script.load()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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