About 1,220,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. How to Make AJAX Call from JavaScript? - GeeksforGeeks

    Jul 23, 2025 · Making an Ajax call from JavaScript means sending an asynchronous request to a server to fetch or send data without reloading the web page. This allows dynamic content …

  3. jQuery.ajax () | jQuery API Documentation

    The $.ajax() function underlies all Ajax requests sent by jQuery. It is often unnecessary to directly call this function, as several higher-level alternatives like $.get() and .load() are available and …

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

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

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

  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 …

  8. jQuery ajax () Method - W3Schools

    Definition and Usage The ajax () method is used to perform an AJAX (asynchronous HTTP) request. All jQuery AJAX methods use the ajax () method. This method is mostly used for …

  9. JavaScript | AJAX | Codecademy

    Mar 11, 2022 · AJAX (Asynchronous JavaScript and XML) is a useful technique that enables web pages to communicate with a server asynchronously in the background. This means a web …

  10. JavaScript AJAX Examples: Practical Code Samples for AJAX Usage

    Aug 25, 2024 · Discover practical AJAX examples in JavaScript with this comprehensive guide. Enhance your web development skills with real-world code samples and step-by-step …