Yahoo Web Search

Search results

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

  2. Nov 22, 2023 · 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 full page load.

  3. Jul 24, 2017 · What's AJAX? 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.

  4. Sep 14, 2021 · What is AJAX? 09/14/2021. By Stephan Miller. While learning how to code, you may have run into the term AJAX and wondered what it means. Is it a programming language, a platform, or an application? Actually, it’s none of these — but by the end of this article, you’ll know what AJAX (Asynchronous JavaScript and XML) is all about.

  5. Mar 20, 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.

  6. May 15, 2011 · How does AJAX work? Note: This is a community wiki post. I've often heard of AJAX being used for providing a user with dynamic content. What is it and how does it work? javascript. jquery. ajax. edited May 23, 2017 at 12:09. Community Bot. 1 1. asked May 15, 2011 at 15:06. onteria_ 69.5k 7 71 64. 1. This is a blog post, not a question, IMHO.

  7. Oct 8, 2021 · What is Ajax? Ajax is an acronym for Asynchronous Javascript and XML. It is used to communicate with the server without refreshing the web page and thus increasing the user experience and better performance.

  1. People also search for