KoolAjax - Great PHP Ajax FrameworkKoolAjax - Great PHP Ajax FrameworkFullVersion 3.0.0.0 released on 10/22/2012

KoolAjaxRequest - Customized Ajax Request

Select customer to view order details:

Description & Sample code

Request class is used for advanced users who find that our built-in callback and updatepanel are not enough and want to build a custom ajax request.

In above example, upon selection of customer, the customerNumber will be sent to server. At server-side, the orders of that customer will be queried and sent back to client-side in table format. At client-side, on receiving the response from server, the onDone event handle will be called to display out the result.