What is Ajax? - What is Ajax Used For? | Ajax Real Example #shorts #javascript #coding

preview_player
Показать описание
What is Ajax? - What is Ajax Used For?
AJAX also known as Asynchronous JavaScript And XML is a technique used to fetch data from the server and send it to the client without refreshing the page. Ajax is not a programming language but a set of web development techniques. In Ajax, we use the XMLHttpRequest object to communicate with servers & it can receive and send in various formats such as XML, JSON, text file, etc. Ajax is mainly used in web applications where we need to send or receive data without reloading.

A real-life example of ajax would be Google's search suggestion tool, Google uses ajax to give you suggestions based on the keyword you type and it doesn't involve any page reload.
Рекомендации по теме
visit shbcf.ru