Yahoo India Web Search

  1. Ad

    related to: Ajax (programming)
  2. Learn AJAX at your own pace. Start today with a special offer for new students!

    • Online Courses

      Learn Anything, On Your

      Schedule.-Browse Online Courses...

    • Mobile Apps

      Start learning today.

      30-day satisfaction guarantee.

Search results

  1. Learn what AJAX is and how it works with examples and explanations. AJAX is a technique for updating web pages without reloading them using XMLHttpRequest, JavaScript and HTML DOM.

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

  3. AJAX is a group of technologies that allow you to send and receive data asynchronously without reloading the web page. Learn how AJAX works, what are its advantages, and see examples of AJAX applications and techniques.

  4. Oct 8, 2021 · Learn what Ajax is, how it works, and how to use it to communicate with the server without refreshing the web page. See examples of Ajax in action and how to handle events and responses with XMLHttpRequest object.

  5. Feb 22, 2020 · Learn how to use AJAX, a technology for developing interactive Web Applications using HTML, CSS, JavaScript and XML. See examples of how to create a XMLHttpRequest object, change content of a web page and handle asynchronous requests.

  6. www.w3schools.com › whatis › whatis_ajaxWhat is AJAX - W3Schools

    AJAX is a technique that allows web pages to update without reloading, using JavaScript, XMLHttpRequest and HTML DOM. Learn how AJAX works, see examples and go to a full AJAX tutorial at W3Schools.

  7. People also ask

  8. Jul 24, 2017 · AJAX stands for A synchronous J avaScript A nd X ML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with servers. It can send and receive information in various formats, including JSON, XML, HTML, and text files.