AJAX

AJAX is a set of methods for retrieving data from a server as a background process. Because the request happens behind the scenes, the page does not have to reload and can update only the parts that changed. This is what makes many modern web apps feel fast and interactive.