What is AJAX, Full Form Of AJAX, Technology used in AjAX, Asynchronous JavaScript and XML


What is AJAX, Full Form Of AJAX, Technology used in AjAX, Asynchronous JavaScript and XML



The Asynchronous JavaScript and XML (AJAX) is not a new technology, It is based on existing technologies like HTML, JavaScript, CSS, XML to code. It is used to create better and faster web applications.
The AJAX use the Browser Object for Request and Response and Document Object Model for displaying the dynamic contents.
The XMLHttpRequest is used to make the request for AJAX.

The Main Advantages of AJAX are as follows-

  • The AJAX is a package of some existing technologies like XHTML, CSS and JavaScript.
  • The AJAX used the Document Object Model (DOM) to display the dynamic contents.
  • The AJAX used CSS styling for view content or presentation layer.
  • The AJAX makes the Asynchronous requests to the server with the help of JavaScript Request Method.
  • The Asynchronous request means when a button is submitted the only those content will be submit which are needed for that request not entire page.
  • AJAX uses the Browser Object to make request to the server.
  • You can continue to working with the application while a AJAX request is working.
  • The AJAX uses the XML for conversion of data which is come from the server as a response whether it is in any form.



{ 0 comments... read them below or add one }

Post a Comment