Skip to content

Instantly share code, notes, and snippets.

@trey
Created July 28, 2008 22:14
Show Gist options
  • Save trey/2967 to your computer and use it in GitHub Desktop.
Save trey/2967 to your computer and use it in GitHub Desktop.
How to use Google's AJAX Libraries API to include jQuery.
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.2.6");</script>
<script src="/js/load.js" type="text/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment