Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 366 Bytes

AJAX.md

File metadata and controls

2 lines (2 loc) · 366 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 or partial page updates without a traditional page refresh.