Current Version
Ajax Library Change Log
Ajax library Change Log
Ajax library 0.93 - September 25, 2006
- Extended use of the doRequest function to support also a result object, as well as its ID like it was before.
- Renamed resultElementID variable to resultElement to clarify the code.
- Included author and copyright information at the beginning of the file.
Ajax library 0.92 - July 15, 2006
- Added cancelRequest method to do just that.
Ajax library 0.91 - June 13, 2006
- Fixed bug when calling doRequest with a form object as an argument.
Ajax library 0.9 - May 19, 2006
- Added support to show an element while a request is being processed and hiding it when the request is done.
- Renamed elementID variable to resultElementID to clarify the code.
- Fixed error while serializing a form that had a "?" character in the URL and was using GET method.
Ajax library 0.73 - March 28, 2006
- Added new onDone event that is fired when a request is finished, even if
it results in an error.
- Added HTTP 1.1 POST Header for POST requests.
- Extended use of no return element by also supporting null, instead of just
an empty string.
- Password type input fields are now correctly included in requests when submitting forms.
- Fixed JavaScript error thrown when the return element was a combo and the
response was a malformed array.
Ajax library 0.72 - March 25, 2006
- Default onResponse event is fired if you no longer want to override it.
- Created Change Log to keep track of version history and progress.
Ajax library 0.71 - March 24, 2006
- Fixed argument handling bug in the doRequest function.
Ajax library 0.70 - March 23, 2006