Skip to content

Instantly share code, notes, and snippets.

@ygweric
Created April 24, 2024 09:49
Show Gist options
  • Save ygweric/60ab6658569a42bb160867eca5fd1d37 to your computer and use it in GitHub Desktop.
Save ygweric/60ab6658569a42bb160867eca5fd1d37 to your computer and use it in GitHub Desktop.
dynamically load js in one line code
(function x(s){var c=document.createElement('script');c.src=s;document.getElementsByTagName('head')[0].appendChild(c);})('https://code.jquery.com/jquery-3.7.1.min.js')
(function x(s){var c=document.createElement('script');c.src=s;document.getElementsByTagName('head')[0].appendChild(c);})('https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/dayjs.min.js')
(function x(s){var c=document.createElement('script');c.src=s;document.getElementsByTagName('head')[0].appendChild(c);})('https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.5.0/lz-string.min.js')
(function x(s){var c=document.createElement('script');c.src=s;document.getElementsByTagName('head')[0].appendChild(c);})('https://abcde2xxxxx.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment