Created
February 16, 2015 11:16
-
-
Save wellic/72a696c149156c932a3b to your computer and use it in GitHub Desktop.
Correct loaded js-lib from CDN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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