0 votes
in AJAX by
List advantages of using Ajax in web development

1 Answer

0 votes
by

Following are few advantages of using Ajax in web development:

  1. Ajax reduces latency-response time in both Request/Response.
  2. XMLHttpRequest object in Ajax is highly responsive in data transfer in specific areas without page reload.
  3. Asynchronous calls to Server prevent client’s wait for data before rendering.
  4. Form validation is instant using Ajax.
  5. Bandwidth use is reduced when Ajax is used in fetching and storing data from the database in the background without page reload.
...