1.

In which scenario will you use AJAX in your website?

Answer»

AJAX is used to update a part of a web page, without reloading the ENTIRE page. This is an essential feature when the user needs fast results without waiting for the HTTP response. AJAX can be used where small amounts of data need to be retrieved from the server without reloading the entire page. Few of the use CASES of AJAX are data validation without SUBMITTING the form and dynamic dropdown population BASED on other input values. Using AJAX can save bandwidth and reduce the load on the server.



Discussion

No Comment Found