Quote:
Originally Posted by NinjaSteve
What is ajax exactly, how does it work?
|
AJAX is
Asynchronous JavaScript and XML and basically allows the page to make a request to the server and let it process without leaving the page or reloading etc.
A good example would be the customizable Google Home which allows you to drag around divs, add/remove content etc without waiting for the page to refresh.