About 231,000 results
Open links in new tab
  1. Ajax (programming) - Wikipedia

    With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behaviour of the existing page.

  2. AJAX Introduction - W3Schools

    AJAX allows web pages to be updated asynchronously by exchanging data with a web server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

  3. What is Ajax - GeeksforGeeks

    Jul 23, 2025 · Asynchronous JavaScript and XML (AJAX) is a web development technique that allows web pages to communicate with a web server asynchronously, meaning it can send and receive data …

  4. Ajax - Glossary | MDN

    Jul 11, 2025 · Asynchronous JavaScript and XML (Ajax, or AJAX) is a web development technique in which a web app fetches content from the server by making asynchronous HTTP requests, and uses …

  5. What Is AJAX? - Asynchronous JavaScript and XML Explained - AWS

    Asynchronous JavaScript and XML (AJAX) is a combination of web application development technologies that make web applications more responsive to user interaction.

  6. Learn Ajax - AJAX Tutorial

    AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script. Ajax uses XHTML for content, CSS for presentation, along …

  7. Mastering AJAX: The Complete Guide for Modern Web Developers

    Apr 8, 2025 · AJAX stands for Asynchronous JavaScript and XML. It’s a technique that allows web applications to communicate with a server in the background — without refreshing or reloading the …

  8. AJAX Tutorial: What AJAX Is and How to Use it – TheLinuxCode

    As you can see in Figure 1 above, AJAX has become an essential technology for developing modern web apps. This tutorial will cover everything a beginner needs to know to start using AJAX …

  9. AJAX Definition, Full Form, and How it Works [Coding Glossary ...

    May 13, 2025 · AJAX stands for Asynchronous JavaScript and XML. It’s a way to send and receive data from a web server without needing to reload the entire web page. This makes web pages faster, …

  10. Ajax Introduction - GeeksforGeeks

    Jun 9, 2025 · Ajax stands for Asynchronous JavaScript and XML, and it allows web pages to communicate with servers in the background without having to reload the entire page. This increases …