Online Computer Dictionary

Browse words  |  Based on FOLDOC

Queried for: Ajax  About Ajax

Definition:

(Asynchronous JavaScript And XML) A collection of techniques for creating interactive web applications without having to reload the complete web page in response to each user input, thus making the interaction faster. AJAX typically uses the XMLHttpRequest browser object to exchange data asynchronously with the web server. Alternatively, an IFrame object or dynamically added