|
dhtmlxAjax is a JavaScript library that provides an easy way to send Ajax requests to the server and process the response. It allows sending GET, POST requests in both asynchronous and synchronous modes. The results of request execution are provided as a standard JavaScript object Response together with the ability to access its textual and XML parts (responseText, responseXML). dhtmlxAjax provides the following possibilities for processing the response: XPath processing, XSL transformation, serialization of XML object to string.
With dhtmlxAjax library you can add the advantage and flexibility of Ajax communication between client and server to any web interface and enhance your application with Ajax capabilities.
Licenses
Free License allows using dhtmlxAjax library for free.


