Yahoo India Web Search

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

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

    A browser built-in XMLHttpRequest object (to request data from a web server) JavaScript and HTML DOM (to display or use the data) AJAX is a misleading name. AJAX applications might use XML to transport data, but it is equally common to transport data as plain text or JSON text. AJAX allows web pages to be updated asynchronously by exchanging ...

  4. Jun 9, 2024 · Learn the definition, history, and applications of AJAX, a web development technique that allows web pages to communicate with a web server asynchronously. See examples of how to use AJAX with XMLHttpRequest object and fetch data from a server.

  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. Ajax (programming) Ajax (also AJAX / ˈeɪdʒæks /; short for " A synchronous J avaScript a nd X ML " or " A synchronous Ja vaScript transfer ( x -fer)" [1] [2]) is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications.

  7. People also ask

  8. The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the Promise interface, giving them all the properties, methods, and behavior of a Promise (see Deferred object for more information). These methods take one or more function arguments that are called when the $.ajax() request terminates.

  1. People also search for