AJAX (Asynchronous JavaScript and XML)
A combination of script and XML code used to grab new content for a part of a Web page without re-fetching the content of the rest of the page.
Example: a weather box on a Web page which updates the temperature periodically while the rest of the content is static.

