Skip to main content

AJAX (Asynchronous Javascript And XML) is a popular technique for creating interactive websites, allowing web content to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.

AJAX is a set of techniques that run on the client to create interactive websites. It allows updates to the current page to be made in more or less real-time without having to reload the page from the server.

AJAX on Wikipedia

Code Language (used for syntax highlighting): default