Introduction to AJAX | Ch - 1
In This Video we Learn about AJAX Technology
Notes Link:
https://www.stpcomputereducation.com/notes/web-development/intro-to-ajax.html
WHAT IS AJAX ?
AJAX is a Technology to send and retrieve data from the server in
background.
HOW DOES AJAX WORK ?
1. Create http request object in xml
2. send http request on server
3. server process the request and create response then send back to
the browser.
4. receive response on browser with the help of java script
5. update page content on browser
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.