Linking to Google’s Hosted jQuery Repository
jQuery Hosted on Google:
Here’s the code to link to Google’s jQuery repository. It grabs the latest jQuery version.
<script src="http://code.jquery.com/jquery-latest.js"></script>
If you want to target a particular version of jquery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
Google link to jQuery:
You can go here http://code.google.com/p/jqueryjs/downloads/list for the download list and right-click copy-link location.
Jquery CDNs
Go to http://docs.jquery.com/Downloading_jQuery for a list of CDNs
Updated: 6/14/11 12:22pm
Related posts:

April 5th, 2010 at 8:24 am
I like your blog. Simple and to the point. That availability meter is a great idea.
November 29th, 2010 at 2:35 am
http://code.jquery.com/jquery-latest.js Use this for latest jquery link.
June 14th, 2011 at 10:25 am
Thanks, I updated this to the blog post.
August 24th, 2011 at 7:26 am
[...] <script src="http://code.jquery.com/jquery-latest.js"></script> http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/ [...]