Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Created July 5, 2013 03:20
Show Gist options
  • Save Barneybook/5931440 to your computer and use it in GitHub Desktop.
Save Barneybook/5931440 to your computer and use it in GitHub Desktop.
CDN不存在就使用本地端的js
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/lib/jquery-1.4.2.min.js"%3E%3C/script%3E'))</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment