1.

What is Ajax in JavaScript with example?

Answer»

Ajax stands for Asynchronous JavaScript And XML and it is not a programming language. It uses XML to TRANSPORT data, but it is equally common to transport data as JSON text or plain text.

It allows webpage to be updated asynchronously by exchanging data with a WEBSERVER behind the scenes. It means that it is can update parts of a webpage WITHOUT reloading the whole page in website.


Discussion

No Comment Found