AJAX
{tocify} $title={Table of Contents}
What is AJAX?
AJAX
Asynchronous JavaScript And XML.
AJAX is not a programming language.
Ajax, web applications can send and recover information from a server non concurrently without meddling with the showcase and conduct of the current page
AJAX just uses a combination of:
- A browser bult-in XMLHttpRequest object [to request data from a web server]
- JavaScript and HTML DOM [to display or use the data]
Haw AJAX Works.
Example
The keyword suggestion by google uses ajax