AJAX: Difference between revisions
From Joomla! Documentation
m Corrected some URLs. (http > https) |
m Added this article to the AJAX category. |
||
| Line 12: | Line 12: | ||
#[https://mootools.net/blog/2007/06/05/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:Development]] | <noinclude> | ||
[[Category:AJAX]] | |||
[[Category:Development]] | |||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
[[Category:Template Reference]] | [[Category:Template Reference]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 17: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.
JavaScript Resources: