Making AJAX calls – WDK

No Comments

In WDK there is built in support for AJAX,
To make AJAX calls in WDK, we can use the function

postAJAXurl(url, true);

This function is defined in events.js file which will be included in all WDK forms.

Second parameter specifies whether the call should be asynchronous or not.