Blog

FreshBooks

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:

  1. How to change the default jQuery version used by WordPress
  2. Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 06-1-10 – 06-8-10
  3. Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 06-13-10 – 06-14-10

4 Responses to “Linking to Google’s Hosted jQuery Repository”

  1. Fargo Web Design Says:

    I like your blog. Simple and to the point. That availability meter is a great idea.

  2. Prince Says:

    http://code.jquery.com/jquery-latest.js Use this for latest jquery link.

  3. admin Says:

    Thanks, I updated this to the blog post.

  4. JQuery linkelés | Kerek egy ég alatt Says:

    [...] <script src="http://code.jquery.com/jquery-latest.js"></script&gt; http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/ [...]

Comment on this article: