Quick Introduction to jQuery AJAX
Asynchronous JavaScript And XML (AJAX) makes it possible to load data in the background and display it without refreshing the page. AJAX helps you develop more interactive web applications.
AJAX uses an object of XMLHttpRequest for the communication between the application and the server.