Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "AJAX"

From NetSec
Jump to: navigation, search
(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,...")
 
Line 2: Line 2:
  
 
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 Prototype.

Revision as of 23:31, 18 October 2011

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 Prototype.