Software As She’s Developed

Mahemoff’s Podcast/Blog – Web, Programming, Usability from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries Tagged as 'CDN'

Google jQuery CDN

January 22nd, 2009 · 8 Comments · SoftwareDev

SUMMARY: Get the latest jQuery here:

http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js

For example, cut-and-paste one of the following:

curl -O http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js wget http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

With the release of JQuery 1.3, I thought I’d mention the Google JQuery CDN, one of several libraries you can yoink from Google’s Ajax Libraries API. Instead of hosting your own JQuery, you just point your web app to Google’s JQuery:

<script [...]

[Read more →]

Tags: ···