AJAX

Synonyms:
Asynchronous JavaScript and XML

AJAX (Asynchronous JavaScript and XML) is a combination of web application development technologies. It allows requests to be made to the web server and, as a result of this background data processing, to partially modify the web page displayed on the client computer without having to display a completely new page.

In other words, with AJAX, web applications can send and receive data in the background so that only small parts of the page are refreshed as needed.