Feature Details

GET/POST Requests

The dhtmlxAjax library includes methods for making both GET and POST cross-browser Ajax requests.

Asynchronous/Synchronous Modes of Loading

Although asynchronous request is native for Ajax, sometimes it is necessary to load data in synchronous mode - when JavaScript code processing is stopped and waits for a response from the server. The dhtmlxAjax library gives developers the ability to use both modes.

XPath

Versions 2.1 and above of the dhtmlxAjax library give developers cross-browser ability to use XPath with ease. See dhtmlxAjax documentation and samples for more details.

XSL Transformation

The dhtmlxAjax library provides an easy, cross-browser way of transforming an XML document with XSL (XML to XML, or XML to HTML). See dhtmlxAjax documentation and examples for more details.

Serialization

dhtmlxAjax implements an easy, cross-browser way of transforming an XML document into an XML string.