5 minutes Ajax Explanation ! with example.

Опубликовано: 25 Март 2026
на канале: coding mood
197
4

Ajax is basically the one side of javascript where we can communicate with another page in the background.
in this video i have covered
how to send data to another page.
how to get respose from another page.
how to show the response to the page.
overall how to use Ajax
And What is Ajax.
Advantage of Ajax.
Update a web page without reloading the page
Request data from a server - after the page has loaded
Receive data from a server - after the page has loaded
Send data to a server - in the background