Ajax: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Term for a popular web programming paradigm, whereby Javascript is used to load data Asynchronously (that is, in the "background" while an existing page stays loaded). The...")
 
No edit summary
Line 1: Line 1:
Term for a popular web programming paradigm, whereby [[Javascript]] is used to load data Asynchronously (that is, in the "background" while an existing page stays loaded). The word refers to "Asynchronous Javascript + XML". Though [[XML]] is the traditional response format, other [[data serialisation]] techniques are supported, including "lightweight" formats like [[JSON]]. The original technique was based on a Microsoft browser addition, the XMLHttpRequest object, that allowed Internet Explorer to load an XML document using HTTP directly from javascript.
Term for a popular web programming paradigm, whereby [[Javascript]] is used to load data Asynchronously (that is, in the "background" while an existing page stays loaded). The word refers to "Asynchronous Javascript + XML". Though [[XML]] is the traditional response format, other [[data serialisation]] techniques are supported, including "lightweight" formats like [[JSON]]. The original technique was based on a Microsoft browser addition, the XMLHttpRequest object, that allowed Internet Explorer to load an XML document using HTTP directly from javascript.
Disambiguation: also a popular Dutch football team.

Revision as of 11:45, 14 January 2014

Term for a popular web programming paradigm, whereby Javascript is used to load data Asynchronously (that is, in the "background" while an existing page stays loaded). The word refers to "Asynchronous Javascript + XML". Though XML is the traditional response format, other data serialisation techniques are supported, including "lightweight" formats like JSON. The original technique was based on a Microsoft browser addition, the XMLHttpRequest object, that allowed Internet Explorer to load an XML document using HTTP directly from javascript.

Disambiguation: also a popular Dutch football team.