Ajax in three bullets

Ajax stands for Asynchronous JavaScript and XML.

Ajax in three bullets
  • Ajax stands for "Asynchronous JavaScript and XML"
  • Ajax is a set of technologies that enables the web client to asynchronously request data to servers without the need of refreshing the page
  • These days, JSON (JavaScript Object Notation) has largely taken over the place of XML as the response data format from servers
Ajax (programming) - Wikipedia
Find out more about Ajax.

(The cover image is created by DanielSHaischt, via Wikimedia Commons. Distributed under CC BA-SA 3.0 license).