|
|
|
AjaxLib
AJAXLib is a small JavaScript tool that makes working with AJAX applications a little easier. Usage is dead simple.
Just call the loadXMLDoc() function with required parameters (URL to your XML document, function name to call after XML is loaded, remove whitespace - true or false) - for example loadXMLDoc('data.xml', callbackFunction, true).
When XML is loaded, you'll get an resultXML variable in the global scope.
That's it.
|
|
|