Skip to content

Instantly share code, notes, and snippets.

@waqashassan98
Created July 22, 2018 08:17
Show Gist options
  • Save waqashassan98/a92cc3dc643c36da035b19df313087e2 to your computer and use it in GitHub Desktop.
Save waqashassan98/a92cc3dc643c36da035b19df313087e2 to your computer and use it in GitHub Desktop.
Failsafe loading of Javascript File
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
<script>
window.jQuery || document.write('<script src="scripts/jquery-2.2.1.min.js"><\/script>')
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment