How AJAX exchanges data with the server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How AJAX exchanges data with the server?

16th Dec 2015, 5:44 AM
Lyssette Delgado
Lyssette Delgado - avatar
4 Answers
+ 2
here is a useful example from the w3shools website : www.3schools.com/ajax/default.asp
31st Dec 2015, 12:54 PM
Loïc Messal
Loïc Messal - avatar
+ 2
through XML http request, behind the scenes so no need to refresh the page
25th Mar 2016, 8:55 PM
Deepak Kumar
Deepak Kumar - avatar
+ 1
Hii lyssette.. In ajax, we do not modify the webpage until we recieved complete web page or other data that we want, As and when data is available the web page contents are refreshed
29th Dec 2015, 8:56 AM
Ankush Kumar
Ankush Kumar - avatar
+ 1
With a REST Web Service, it uses a JSON objects to transfer data between Client and Server!
28th Apr 2016, 11:58 PM
Lenin Jose Meza Zarco
Lenin Jose Meza Zarco - avatar