What really is AJAX

AJAX stands “Asynchronous Javascript And XML”, typically used to request data and then act upon that data asynchronously (i.e. not halting the rest of the code from running until the AJAX request receives a response). Hopefully that answers your question.