What is ajax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is ajax

20th Jun 2017, 3:03 PM
Hiteshwar Kumar
Hiteshwar Kumar - avatar
3 Answers
+ 24
From w3schools : AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. AJAX = Asynchronous JavaScript and XML. In short; AJAX is about loading data in the background and display it on the webpage, without reloading the whole page. jQuery provides several methods for AJAX functionality. With the jQuery AJAX methods, you can request text, HTML, XML, or JSON from a remote server using both HTTP Get and HTTP Post - And you can load the external data directly into the selected HTML elements of your web page! If you wanna start learning : https://www.w3schools.com/jquery/jquery_ajax_intro.asp
20th Jun 2017, 3:14 PM
Dev
Dev - avatar
+ 3
AJAX (Asynchronous JavaScript and XML) example... score board on xyz.com page.every time score board gets updated without updating whole web page.
7th Jul 2017, 1:18 PM
Pooja
Pooja - avatar
0
thnx pooja
7th Jul 2017, 1:30 PM
Hiteshwar Kumar
Hiteshwar Kumar - avatar