tags:

views:

44

answers:

1

So far the things I can do with AJAX are handle requests and reload content.

...........

What Else?

A: 

No, that's it - but it's all about the consequence that results from this:

It allows you to keep a part of the application state on the client side (with traditional web pages, the entire browser DOM is reset for every request).

Chris Lercher