WebGlossary.info
Asynchronous JavaScript and XML
- A set of web development techniques using web technologies on the client side to create asynchronous web applications. With AJAX, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. By decoupling the data interchange layer from the presentation layer, AJAX allows web pages and applications to change content dynamically without the need to reload the entire page. In practice, modern implementations commonly utilize JSON instead of XML. ← Wikipedia
- Previous term: Asynchronous HTML and HTTP
- Next term: Asynchronous Module Definition
- Random term: ARIA