Difference between revisions of "AJAX"

From Organic Design wiki
m (Ajax moved to AJAX)
m ({{glossary}})
Line 1: Line 1:
 +
{{glossary}}
 
Ajax is Asyncronous Javascript And XML. The main concept is the ''XmlHttpRequest'' (XHR) object which is a standard way of making HTTP requests from within the JavaScript runtime environment.
 
Ajax is Asyncronous Javascript And XML. The main concept is the ''XmlHttpRequest'' (XHR) object which is a standard way of making HTTP requests from within the JavaScript runtime environment.
  
Line 11: Line 12:
 
*[[5 October 2007]] ''- news item about OrganicDesign changing to MediaWiki native ajax functionality''
 
*[[5 October 2007]] ''- news item about OrganicDesign changing to MediaWiki native ajax functionality''
 
*[[Talk:{{PAGENAME}}]] ''- original conversation about mootools independence''
 
*[[Talk:{{PAGENAME}}]] ''- original conversation about mootools independence''
[[Category:glossary]]
 

Revision as of 23:38, 27 September 2010

Glossary.svg This page describes a concept which is part of our glossary

Ajax is Asyncronous Javascript And XML. The main concept is the XmlHttpRequest (XHR) object which is a standard way of making HTTP requests from within the JavaScript runtime environment.

Popular Ajax Frameworks

See also