Difference between revisions of "AJAX"

From Joomla! Documentation

(Adding AJAX for joomla)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{version|1.5,2.5,3.x}}
 
{{version|1.5,2.5,3.x}}
 
{{page|needs improvement}}
 
{{page|needs improvement}}
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.  
+
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 [http://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.  
  
Ajax Resources:
+
[http://docs.joomla.org/Using_Joomla_Ajax_Interface Using AJAX in Joomla]
#[http://ajaxphp.packtpub.com/index.htm Packt Publishing Book Free Online Edition]  
+
 
 +
Javascript Resources:
 
#[http://jquery.com/ jQuery]
 
#[http://jquery.com/ jQuery]
 
#[http://mootools.net MooTools]
 
#[http://mootools.net MooTools]
 
#[http://www.prototypejs.org/ Prototype]
 
#[http://www.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]
+
#[http://mootools.net/blog/2007/06/05/help-i-dont-know-javascript Help I Don’t Know JavaScript Blog]
  
 
<noinclude> [[Category:Development]]
 
<noinclude> [[Category:Development]]

Revision as of 11:40, 21 April 2014

Copyedit.png
This Article Needs Your Help

This article is tagged because it NEEDS IMPROVEMENT. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.


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