01. Introduction to AJAX in JavaScript | AJAX Tutorial | UiBrains | NAVEEN SAGGAM
UiBrains Technologies
0:00 / 0:00
01. Introduction to AJAX in JavaScript | AJAX Tutorial | UiBrains | NAVEEN SAGGAM
46 107 просмотров · 6 лет назад
UiBrains Technologies
26,1 тыс. подписчиков
46 107 просмотров · 6 лет назад
#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
01. Introduction to AJAX in JavaScript | AJAX Tutorial | UiBrains | NAVEEN SAGGAM
Traditionally webpages required reloading to update their content.
For web based emails if users have to reload the page each time to check the new mails is the biggest drawback, as it is slow and requires user input.
For each reload server has to send the completed HTML, CSS, JavaScript code and also the data to the browser.
This approach is highly inefficient and ideally the server should only send the new messages only to the browser instead of the complete page.
By 2003 all the major browsers solved this issue by adopting a new concept called XMLHttpRequest Object.
XMLHttpRequest is a part of a Technology called AJAX.
Using AJAX the data could be passed between the browser and server using XMLHttpRequest API without complete reload of the entire webpage