Ajax

Ajax is a technique for requesting data from the server, without reloading the page. In essence a browser object is used to make the request and we can manipulate both the object and the results as needed.

jQuery provides a number of Ajax methods that make the developer's life very easy.