ajax

Serving AJAX friendly content with Drupal
When working with AJAX, it's a common thing to inject dynamic content into an already loaded page. The idea is that it's possible to allow the user to interact with a page in a way that doesn't constantly require loading a new page like clicking on a normal link does. This is nothing new, people have been doing it for years.
