Skip to content

Instantly share code, notes, and snippets.

@wellic
Created February 16, 2015 11:16
Show Gist options
  • Save wellic/72a696c149156c932a3b to your computer and use it in GitHub Desktop.
Save wellic/72a696c149156c932a3b to your computer and use it in GitHub Desktop.
Correct loaded js-lib from CDN
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<!-- Check loaded lib -->
<script>
!window.jQuery && document.write('<script src="js/jquery.js"></script>')
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment