What is AJAX?
AJAX stands for Asynchronous JavaScript and XML. In a nutshell, it is
the use of the XMLHttpRequest object to communicate with server-side
scripts. It can send as well as receive information in a variety of
formats, including JSON, XML, HTML, and even text files. -Mozilla Devel...