Skip to content

Instantly share code, notes, and snippets.

@shisama
Last active November 15, 2018 16:13
Show Gist options
  • Save shisama/b73608befc6acfae24259bbd306c3cde to your computer and use it in GitHub Desktop.
Save shisama/b73608befc6acfae24259bbd306c3cde to your computer and use it in GitHub Desktop.
<p>abc</p>
<script src="https://nowhere/jquery.js"></script>
<script type="module">
(async() => {
window.$ = window.jquery || (await import('https://dev.jspm.io/jquery')).default;
$("p").text("def");
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment