AJAX
AJAX (Asynchronous JavaScript XML) is a powerful tool to making web pages dynamic without reload the page.
What is AJAX ?
- AJAX allows you to send and receive data from the server without refreshing the entire web page.
. Imagine submitting a form and loading a new data (like comments) without reloading the page - that's AJAX
Comments
Post a Comment