Skip to content

Instantly share code, notes, and snippets.

@hmps
Created July 23, 2013 13:52
Show Gist options
  • Select an option

  • Save hmps/6062495 to your computer and use it in GitHub Desktop.

Select an option

Save hmps/6062495 to your computer and use it in GitHub Desktop.
CDN Fallback
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.0.0.min.js"></script>
<script>
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='/js/jquery-2.0.0.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment