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

    Ajax (also AJAX / ˈ eɪ dʒ æ k s /; short for "asynchronous JavaScript and XML" [1] [2]) is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications.

  2. AJAX Introduction - W3Schools

    What is AJAX? AJAX = Asynchronous JavaScript And XML. AJAX is not a programming language. AJAX just uses a combination of: A browser built-in XMLHttpRequest object (to request data from a web server) JavaScript and HTML DOM (to display or use the data)

  3. 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 using HTML, CSS, JavaScript and XML.

  4. Ajax Introduction - GeeksforGeeks

    Oct 8, 2021 · Ajax (Asynchronous JavaScript and XML) is a powerful technique used in web development to create more responsive web applications. By using Ajax, you can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page.

  5. Ajax - MDN Web Docs Glossary: Definitions of Web-related …

    Dec 19, 2024 · 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 the new content to update the relevant parts of the page without requiring a …

  6. What is Ajax - GeeksforGeeks

    Jun 9, 2024 · 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 in the background without interfering with the user's interaction on the page.

  7. What are AJAX applications in web development - GeeksforGeeks

    Aug 23, 2022 · AJAX is not a programming language. It is a technique for creating web pages with faster, interactive properties. For this AJAX uses many languages and techniques like - HTML, XML, CSS, and JavaScript.

  8. What Is Ajax and How It Works - Hostinger

    Apr 28, 2025 · AJAX is a collection of web development techniques primarily used to send and receive data from a server asynchronously. AJAX lets you create a dynamic and interactive experience. It automatically adds new information to the …

  9. What is AJAX? - Codecademy

    Sep 14, 2021 · AJAX is the concept that makes the responsiveness of modern web applications possible. To make the most of AJAX, it helps to know HTML, CSS, and JavaScript. Our Learn HTML course covers the basics of the language used to create web pages. While using AJAX, you don’t actually need to know CSS.

  10. What is AJAX? - W3Schools

    What is AJAX? AJAX = Asynchronous JavaScript And XML. AJAX is not a programming language. AJAX just uses a combination of: A browser built-in XMLHttpRequest object (to request data from a web server) JavaScript and HTML DOM (to display or use the data)

Refresh