Difference between revisions of "AJAX"

From Joomla! Documentation

(Move jQuery up the list and add version tags)
m (Added this article to the AJAX category.)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{version|1.5,2.5,3.x}}
 
{{version|1.5,2.5,3.x}}
Asynchronous JavaScript and XML or AJAX, is a term for a group of interrelated web development techniques used for creating interactive web applications or commonly known as web 2.0. Ajax allows web applications to retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing website page. Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it.
 
  
Ajax Resources:
+
Asynchronous JavaScript and XML or AJAX, is a term for a group of interrelated web development techniques used for creating interactive web applications or commonly known as [https://en.wikipedia.org/wiki/Web_2.0 web 2.0]. Ajax allows web applications to retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing website page. Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it.
#[http://ajaxphp.packtpub.com/index.htm Packt Publishing Book Free Online Edition]  
+
 
#[http://jquery.com/ jQuery]
+
[https://docs.joomla.org/Using_Joomla_Ajax_Interface Using AJAX in Joomla]
#[http://mootools.net MooTools]
+
 
#[http://www.prototypejs.org/ Prototype]
+
JavaScript Resources:
 +
#[https://jquery.com/ jQuery]
 +
#[https://mootools.net/ MooTools]
 +
#[http://prototypejs.org/ Prototype]
 
#[http://script.aculo.us/ Script.aculo.us]
 
#[http://script.aculo.us/ Script.aculo.us]
#[http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript Help I Don’t Know JavaScript Blog]
+
#[https://mootools.net/blog/2007/06/05/help-i-dont-know-javascript Help I Don’t Know JavaScript Blog]
  
<noinclude>[[Category:Landing Pages]][[Category:Development]]</noinclude>
+
<noinclude>
 +
[[Category:AJAX]]
 +
[[Category:Development]]
 +
[[Category:JavaScript]]
 +
[[Category:Template Reference]]
 +
</noinclude>

Latest revision as of 12:04, 27 August 2019


Asynchronous JavaScript and XML or AJAX, is a term for a group of interrelated web development techniques used for creating interactive web applications or commonly known as web 2.0. Ajax allows web applications to retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing website page. Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it.

Using AJAX in Joomla

JavaScript Resources:

  1. jQuery
  2. MooTools
  3. Prototype
  4. Script.aculo.us
  5. Help I Don’t Know JavaScript Blog