Skip to content

Instantly share code, notes, and snippets.

@tpthn
Created March 30, 2012 13:58
Show Gist options
  • Save tpthn/2251723 to your computer and use it in GitHub Desktop.
Save tpthn/2251723 to your computer and use it in GitHub Desktop.
jQuery - Direct link
//version specific
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
//always up to date
<script type='text/javascript' src='http://code.jquery.com/jquery-latest.js'></script>
//jquery ui
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment