Skip to content

Instantly share code, notes, and snippets.

@markvital
Created November 11, 2012 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save markvital/4053734 to your computer and use it in GitHub Desktop.
Save markvital/4053734 to your computer and use it in GitHub Desktop.
Include jQuery and jQuery UI CDN (Google) with local fallback
<!-- Grab Google CDN's jQuery & jQuery UI. Fall back to local if necessary -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">
window.jQuery || document.write(unescape("<script src='/js/jquery-1.8.2.min.js' type='text/javascript'</script>"));
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript">
window.jQuery.ui || document.write(unescape("<script src='/js/jquery-ui.min.js' type='text/javascript'</script>"));
</script>
@MasterofAstro
Copy link

hi i read complate tutorial about keygen tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment