13th March 2009 - 6 minutes read time
Strictly speaking the Google Ajax libraries don't contain only Ajax libraries, but they are very useful for a variety of reasons. Google host a variety of different JavaScript libraries which you can link to on your pages rather than download the library and host it on your server. You can use MooTools, JQuery, Prototype/Scriptaculous, Dojo and even the Yahoo! User Interface Library.
How To Use Them
Using the Google Ajax libraries on your own site is quite easy, and you can do it in a number of different ways.
Normally, you would download the latest and greatest version of your chosen library and upload it to your site. Here is an example using the MooTools.
<script type='text/javascript' src='http://www.hashbangcode.com/mootools.js'></script>
You can include this via Google using the following.