AJAX

Last Updated:

Asynchronous JavaScript And XML. AJAX is a method of exchanging data with a web server, and updating parts of a web page, without reloading the entire page.

Using a combination of JavaScript & XmlHttpRequest, AJAX can speed up the loading time of a web page, use less bandwidth, and provide a smoother, faster user experience.