Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 370 Bytes

AJAX.md

File metadata and controls

8 lines (6 loc) · 370 Bytes
title excerpt
Ajax
a technology for asynchronous HTTP requests

Ajax

Ajax 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.