Ajax (programming) - Wikipedia, the free encyclopedia - 0 views
-
"Asynchronous JavaScript and XML", is a web development technique for creating interactive web applications.
-
the entire web page does not have to be reloaded each time the user requests a change.
-
Pages using Ajax behave more like a standalone application than a typical web page. Clicking on links that cause the entire page to refresh feels like a "heavy" operation. With Ajax, the page often can be updated dynamically, allowing a faster response to the user's interaction.
- ...1 more annotation...