How to use ajax request

Hi,
I like to use ajax request in dhtmlxScheduler simple code is here.

scheduler.attachEvent(“onBeforeEventChanged”,function(dev){
ajaxRequest(Scheduler, “onBeforeEventChanged”, [“startdate=dev.start_date.getHours()”]);
});

please help me.

Hello.

To send ajax request from scheduler you could use dhtmlxAjax object.
For example:

dhtmlxAjax.post("server.php", "version=std");

See article:
docs.dhtmlx.com/api__dhtmlxajax_post.html