#UiTechnologies #UiTechnologiesTraining #UiDevelopment
UiTechnologies is the most emerging Technologies in the current Market.
UiTechnologies Training by Naveen Saggam
This Ui Development video contains full of Ui Related Projects and RealTime Approach.
You can most of the knowledge in Ui Technologies with Hands on experience.
For Online Classes Please Contact on +91-9844804533
03. AJAX Basics and Control Flow in AJAX with JavaScript | AJAX Tutorial | UiBrains | NAVEEN SAGGAM
1) An event occurs in the client or the page loads We create an XMLHttpRequest and send to server
2) Server process the Request and prepares the response and send back to the browser
3) Client process the returned data from the server using JavaScript and updates the page contents using HTML DOM Manipulation
XMLHttpRequest Object
In the whole process of AJAX, this Object places the key role.
This object is responsible to exchange data with a webserver behind the scenes. It means that we can updates the parts of the webpage without reloading the entire webpage.
All the modern browsers have a built in XMLHttpRequest Object.
コメント