|
AJAX or Asynchronous JavaScript and XML, is a group of interrelated web development techniques used to create better, faster, more user-friendly and interactive web applications. It uses asynchronous data transfer between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.
AJAX describes a new approach to using a number of existing technologies together, including the following: JavaScript, XML, HTML, XSLT, Document Object Model, CSS and XMLHttpRequest object which are supported by all major browsers.
|
|