Skip to content

Opening book details…

About this document

Understanding AJAX Basics by EVELYN LIM JIA XUAN is a document available to read on EtoBox.

AJAX allows web pages to be updated asynchronously by exchanging small amounts of data in the background without reloading the entire page. It uses the XMLHttpRequest object to make requests to the server and update parts of the web page. Common examples include Google Maps, Gmail, YouTube, and Facebook tabs. AJAX is based on internet standards and uses JavaScript, DOM, CSS, and often XML to asynchronously exchange data, display new information, and interact with the page without reloading.

Author
EVELYN LIM JIA XUAN
Language
EN