Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AJAX is an acronym for Asynchronous Java JavaScript and XML. Essentially, a JavaScript can make a HTTP request and update portions of a page directly, without going through a conventional POST or GET and refreshing the entire page. Better yet, a page can contain several JavaScripts making simultaneous (asynchronous) requests.

...