AJAX: Difference between revisions
From Joomla! Documentation
m needs improvement, article too short |
m removed Category:Landing Pages using HotCat |
||
| Line 11: | Line 11: | ||
#[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> | <noinclude> [[Category:Development]] | ||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
</noinclude> | </noinclude> | ||
Revision as of 23:01, 27 May 2013
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.
Ajax Resources: