Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "AJAX"
From NetSec
(Created page with "<b>A</b>synchronous <b>J</b>avaScript <b>A</b>nd <b>X</b>ML AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example,...") |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{expand}} | ||
+ | |||
<b>A</b>synchronous <b>J</b>avaScript <b>A</b>nd <b>X</b>ML | <b>A</b>synchronous <b>J</b>avaScript <b>A</b>nd <b>X</b>ML | ||
AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example, when searching on Google, as you type letters into the search box, Google makes AJAX requests to return search suggestions that appear under the search box. | AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example, when searching on Google, as you type letters into the search box, Google makes AJAX requests to return search suggestions that appear under the search box. | ||
+ | |||
+ | There are two main implementations of AJAX, [[jQuery]] and [[javascript prototype]]. | ||
+ | [[Category:Programming]] | ||
+ | {{programming}}{{social}} |
Latest revision as of 21:47, 7 August 2012
This article contains too little information, it should be expanded or updated. |
---|
Things you can do to help:
|
Asynchronous JavaScript And XML
AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example, when searching on Google, as you type letters into the search box, Google makes AJAX requests to return search suggestions that appear under the search box.
There are two main implementations of AJAX, jQuery and javascript prototype.