Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Last active January 30, 2019 21:49
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 DrewDouglass/c918c13a8059064513de14f171462f57 to your computer and use it in GitHub Desktop.
Save DrewDouglass/c918c13a8059064513de14f171462f57 to your computer and use it in GitHub Desktop.
Load scripts in webskins that do not load them
<!-- Assumes jQuery is loaded which is almost always the case -->
<img src="/your/image.jpg" alt="Logo" onload="$.getScript('https://yoursite.com/main.js');">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment