Ajax (programming)
Group of interrelated Web development techniques / From Wikipedia, the free encyclopedia
Dear Wikiwand AI, let's keep it short by simply answering these key questions:
Can you list the top facts and stats about Ajax (programming)?
Summarize this article for a 10 year old
Ajax (also AJAX /ˈeɪdʒæks/; short for "Asynchronous JavaScript and XML" or "Asynchronous JavaScript 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. With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behaviour of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page.[3] In practice, modern implementations commonly utilize JSON instead of XML.
First appeared | March 1999 |
---|---|
Filename extensions | .js |
File formats | JavaScript |
Influenced by | |
JavaScript and XML |
Ajax is not a technology, but rather a programming concept. HTML and CSS can be used in combination to mark up and style information. The webpage can be modified by JavaScript to dynamically display—and allow the user to interact with the new information. The built-in XMLHttpRequest object is used to execute Ajax on webpages, allowing websites to load content onto the screen without refreshing the page. Ajax is not a new technology, nor is it a new language. Instead, it is existing technologies used in a new way.
Oops something went wrong: