Check documentation for the latest version of dhtmlxSuite ajax DHTMLX Docs

ajax

dhtmlx ajax module, please see dhtmlxAjax

ajax;

Example

window.dhx.ajax.get("url", function(){
    // callback
});
 
// the same
dhtmlxAjax.get("url", function(){
    // callback
});

See also
  • Articles
  • Back to top