AJAX - Javascript Function Library
AJAX : Overview | Reference | Quick Start | Examples | Download
Arrays : Overview | Reference | Download
Ajax : Overview
The Cyclomedia AJAX Library is a lightweight and simple framework designed to enable developers to leverage asynchronous server updates into new and existing sites with minimal overhead regarding the specifics of the implimentation.
Versions
1.0.0 : 2007-03-15 - Initial release, tested on IE 6.0, FX 2.0 and SF 3.0
There is version info embedded in the library in two variables:
var ajax_release_version = "1.0.0"; var ajax_release_date = "2007-01-12";
Usage
Download the script and place it in a suitable location on your web server. You can then include it in any HTML pages that use it in the standard way, e.g.
<script type="text/javascript" src="scripts/cyclomedia_ajax.js"></script>
Namespace
There is a fake namespace in the script whereby every function name begins with "ajax_", if this is likely to clash with any functions or global variables in your own applications then run a search and replace, changing it to "cmajax_" for example, but i'd reccomend keeping the underscore.