PlainAjax is a lightweight, cross-platform framework designed to simplify the use of Ajax. Saves the developer from ajax implementation details and focuses on the most common tasks of an ajax web development.
Main features are:
- send Ajax requests to the web server and ..
- post data from HTML input elements
- post data from javascript variables
- put the server's response into a HTML element
- process the response in a javascript function
- and much more..
Just execute a PlainAjax request and the framework will generate you all ajax request/response processing code on the fly in the background.