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 [...]
