AJAX overview
The DHTMLX library provides you with a possibility to use AJAX (Asynchronous Java Script and XML) technique for exchanging data with a web server without reloading the whole page.
To make AJAX request to a server you can use the following methods of the dhx.ajax object:
Methods
| Name | Description |
|---|---|
| delete() | sends a DELETE request to the server |
| get() | sends a GET request to the server |
| post() | sends a POST request to the server |
| put() | sends a PUT request to the server |