namespace Ajax
Namespaces
- 
  Ajax.RespondersA repository of global listeners notified about every step of Prototype-based Ajax requests. 
Classes
- 
  Ajax.PeriodicalUpdaterPeriodically performs an Ajax request and updates a container's contents based on the response text. 
- 
  Ajax.RequestInitiates and processes an Ajax request. 
- 
  Ajax.ResponseA wrapper class around XmlHttpRequestfor dealing with HTTP responses of Ajax requests.
- 
  Ajax.UpdaterA class that performs an Ajax request and updates a container's contents with the contents of the response.