Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 330 Bytes

AJAX.md

File metadata and controls

3 lines (2 loc) · 330 Bytes

AJAX

AJAX (Asynchronous JavaScript and XML) is a technique for creating seamless interactive websites via asynchronous data exchange between client and server. AJAX facilitates communication with the server via partial page updates instead of the traditional full-page refresh.