Difference between revisions of "AJAX"
From Organic Design wiki
(add jQuery, rm from glossary) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Popular Ajax Frameworks == | == Popular Ajax Frameworks == | ||
− | *http://mootools.net | + | *[http://jquery.com jQuery] |
− | *http://www.prototypejs.org | + | *[http://mootools.net MooTools] |
− | *http://wiki.script.aculo.us/scriptaculous/show/Demos | + | *[http://www.prototypejs.org PrototypeJS] |
+ | *[http://wiki.script.aculo.us/scriptaculous/show/Demos Scriptaculous] | ||
== See also == | == See also == | ||
*[[w:Ajax (programming)|Wikipedia:Ajax]] | *[[w:Ajax (programming)|Wikipedia:Ajax]] | ||
*[http://www.w3schools.com/ajax/default.asp W3C Ajax tutorial] | *[http://www.w3schools.com/ajax/default.asp W3C Ajax tutorial] | ||
− | [[Category: | + | *[[5 October 2007]] ''- news item about OrganicDesign changing to MediaWiki native ajax functionality'' |
+ | *[[Talk:{{PAGENAME}}]] ''- original conversation about mootools independence'' | ||
+ | [[Category:Software]] |
Latest revision as of 07:17, 9 July 2011
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
- Wikipedia:Ajax
- W3C Ajax tutorial
- 5 October 2007 - news item about OrganicDesign changing to MediaWiki native ajax functionality
- Talk:AJAX - original conversation about mootools independence