Description
If all you want is a small, simple yet powerful AJAX program, then you might want to check out our AJAX Class.
These days a lot of people are using jQuery or some other JavaScript framework to make AJAX requests. These frameworks will obviously make AJAX calls very simply, but sometimes loading an entire framework just to use a couple of functions doesn't make very much sense.
Although our program is small, it still has several interesting features built in. It has a property that allows you to specify a location to insert the returned information. There's also a spinner property that will allow you to insert a message or image into your page while the request is being made. For more information about this programs features, be sure to click on the documentation link below.
On a side note, if you're just interested in how to build a class using JavaScript, you might want to take a look at the source code. There are other methods of creating classes in JavaScript, but this program is a good example of a class that can have multiple instances at once, which is often the case when calling AJAX requests.
Documentation View Examples Download