User Tools

Site Tools


programming:ajax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:ajax [2020/04/16 10:47] peterprogramming:ajax [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== AJAX ====== ====== AJAX ======
  
-{{:programming:ajax.png?200 |}}+{{:programming:ajax.png?100 |}} 
 + 
 +**AJAX** allows web pages to be updated asynchronously by exchanging data with a web server behind the scenes. 
 + 
 +<nowiki>.</nowiki> 
 + 
 + 
 +AJAX supports: 
 + 
 +  * Update a web page without reloading the page. 
 +  * Request data from a server - after the page has loaded. 
 +  * Receive data from a server - after the page has loaded. 
 +  * Send data to a server - in the background. 
 + 
  
 ---- ----
  
 [[AJAX:Make an AJAX request using XMLHttpRequest|Make an AJAX request using XMLHttpRequest]] [[AJAX:Make an AJAX request using XMLHttpRequest|Make an AJAX request using XMLHttpRequest]]
 +
 +----
 +
 +===== References =====
 +
 +
 +
programming/ajax.1587034039.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki