AJAX
Updated: 12/31/2022 by Computer Hope
First coined by Jesse James Garrett, AJAX is short for Asynchronous JavaScript and XML and describes web applications that use a combination of the following technologies.
- CSS (Cascading Style Sheets)
- DOM (Document Object Model)
- XHTML (eXtensible HyperText Markup Language)
- XML (extensible markup language)
- XSLT (eXtensible Stylesheet Language Transformations)
AJAX allows a web page to display and update changes in the web browser without interruption, even while data is being transmitted to and from the server. Gmail is one example of a web application that utilizes AJAX.
Asynchronous, Computer acronyms, Internet terms, jQuery, Programming terms, Web 2.0, Web design terms