Application of AJAX. What Technology Used in AJAX?
Short Answer AJAX (Asynchronous JavaScript and XML) is a technique for creating fast and dynamic web pages. It allows web pages to update asynchronously by exchanging data with a web server behind the scenes. This means that it’s possible to update parts of a web page, without reloading the whole page. Here’s a simple example … Read more