Difference between revisions of "AJAX"

From Joomla! Documentation

m (Added category)
(Move jQuery up the list and add version tags)
Line 1: Line 1:
 +
{{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.  
 
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:
 
Ajax Resources:
 
#[http://ajaxphp.packtpub.com/index.htm Packt Publishing Book Free Online Edition]  
 
#[http://ajaxphp.packtpub.com/index.htm Packt Publishing Book Free Online Edition]  
 +
#[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://jquery.com/ Jquery]
 
 
#[http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript Help I Don’t Know JavaScript Blog]
 
#[http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript Help I Don’t Know JavaScript Blog]
  
 
<noinclude>[[Category:Landing Pages]][[Category:Development]]</noinclude>
 
<noinclude>[[Category:Landing Pages]][[Category:Development]]</noinclude>

Revision as of 07:55, 30 April 2013

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:

  1. Packt Publishing Book Free Online Edition
  2. jQuery
  3. MooTools
  4. Prototype
  5. Script.aculo.us
  6. Help I Don’t Know JavaScript Blog