About 235,000 results
Open links in new tab
  1. 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 …

  2. Ajax (programming) - Wikipedia

    Ajax is not a technology, but rather a programming pattern. HTML and CSS can be used in combination to mark up and style information. The webpage can be modified by JavaScript to …

  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 …

  4. AJAX Tutorial: What AJAX Is and How to Use it

    Feb 22, 2020 · AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and interactive Web Applications …

  5. 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 …

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

    Find out what is AJAX, how and why businesses use it, and how to use AJAX on AWS.

  7. 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 …

  8. Getting Started - Ajax | MDN

    Jul 24, 2017 · This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.

  9. How to Program in Ajax (with Pictures) - wikiHow Tech

    Oct 31, 2025 · In this article, it will show you how to write a simple program in Ajax steps by steps using Notepad++. Some basic knowledge of HTML, DOM, JavaScript, and a local Web server …

  10. JavaScript Ajax - Tutorial Republic

    In this tutorial you will learn what Ajax is and how to implement it in JavaScript. What is Ajax? Ajax stands for A synchronous J avascript A nd X ml. Ajax is just a means of loading data from the …