Ajax (web technology)/Definition: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Dhawal Sehgal
(New page: <noinclude>{{Subpages}}</noinclude> Asynchronous JavaScript and XML (AJAX) is a Javascript programming technique that allows Javascript running in a local web browser to fetch content from...)
 
imported>Tom Morris
(a paragraph is not a definition.)
 
Line 1: Line 1:
<noinclude>{{Subpages}}</noinclude>
<noinclude>{{Subpages}}</noinclude>
Asynchronous JavaScript and XML (AJAX) is a Javascript programming technique that allows Javascript running in a local web browser to fetch content from a web server in the background. The Javascript then places the newly fetched information into the web page without reloading the entire page. Use of XHTML instead of the more relaxed HTML means that Javascript can use the standardized XHTML DOM to correctly identify the sections of the web page to be updated. Recent progress in Javascript standards, and browser support of those standards, has made Ajax'd web pages more common. The term Ajax (also written as AJAX) was coined by Jesse James Garrett in an article called "Ajax: A New Approach to Web Applications
[[JavaScript]] programming technique to communicate with the server without reloading the webpage.

Latest revision as of 18:36, 29 August 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A definition or brief description of Ajax (web technology).

JavaScript programming technique to communicate with the server without reloading the webpage.