AJAX, is Asynchronous Javascript and XML, it is a web technique for creating interactive web applications.
It uses the XMLHttpRequest Object
exchange data asynchronously with the server.
XML is sometimes used as a format, but other formats such as preformatted HTML, plain text and JSON can be used...