Skip to content

Instantly share code, notes, and snippets.

@yicone
Created April 15, 2013 02:09
Show Gist options
  • Save yicone/5385206 to your computer and use it in GitHub Desktop.
Save yicone/5385206 to your computer and use it in GitHub Desktop.
load jQuery from Sina CDN
<script type="text/javascript" src="//lib.sinaapp.com/js/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript"> window.jQuery || document.write('<script type="text/javascript" src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")">\x3C/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment