SaltyCrane Blog — Notes on JavaScript and web development

Google jQuery hosting (very short version)

Via this article, use the Google-hosted jQuery instead of serving it yourself:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

Here's the info from Google.

Comments