Cool Penguin

PlainAjax - keeping Ajax simple

Documentation

Documentation

PlainAjax

PlainAjax is a single class, plainajax.js instantiates a single object: plainajax. That object is responsible for handling Ajax requests / result processing.

At each Ajax request plainajax submits the request and dynamically generates the JavaScript code that processes the response (and optionally passes the response to a user-specified javascript function)

PlainAjax class summary

Constructor summary

Attribute summary

Function summary

Request parameter string summary

The parameter string is expected to have key-value pairs in the following format: key1: value1; key2: value2; ...
The configuration: