What is ajax ?
AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. AJAX allows web pages to be updated parts of a web page, without reloading the whole page.
AJAX allows web pages to be updated asynchronously.
It works on –
- XMLHttpRequest object JavaScript and
- HTML DOM (Document Object Model).
What is ajax ?