Ajax - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

AJAX Overview

AJAX Overview

shape Description

AJAX remains for Asynchronous JavaScript and XML. It is a gathering of between related advances like DOM, XML, JavaScript, HTML, CSS and so on. AJAX permits the client to send and get information nonconcurrently without reloading the site page. So it is quick. AJAX permits the client to send just crucial data to the server not the whole page. So just profitable information from the customer side is steered to the server side. It makes your application intuitive and speedier.

AJAX History

shape Description

Ajax is not a programming dialect, it is the script. Ajax implies, Asynchronous java script and xml, and this is the kind of programming made well known in 2005 by Google recommend. By utilizing Ajax client can move the information from website page to the server, and user can overhaul the piece of our site page without reviving the whole page.

Synchronous & Asynchronous

Synchronous means at once client can send single demand and client need to sit for the reaction before send the another demand. Asynchronous implies that user can send the second demand before user get the reaction of first demand, Ajax is the case of this Asynchronous sort.

AJAX Advantages

shape Description

The following are the advantages of AJAX technologies.

shape Prerequisites

People who wants to grow up their knowledge on web developing quickly then AJAX is the best thing to learn why because it will speed up the service quickly and developer no need to refresh the web page again and having knowledge on HTML, JQUERY is the benefit.

Summary

shape Key Points

  • AJAX is used to exchange the data over the server.
  • AJAX uses XMLHttpRequest object to interact with server side data.