xajax is easy! Just include xajax, register
a function (or an object or class method)…
Live Examples
Get a feel for some of the possibilities that xajax gives you with these demos:
Multiply
Demonstrates a very basic xajax implementation
Code: multiply.common.php | multiply.server.php | multiply.php
Graffiti Wall
Demonstrates an xajax implementation of a Graffiti Wall
Code: thewall.common.php | thewall.server.php | thewall.php
Signup Form
Demonstrates a simple multipage form using xajax and the xajax.getFormValues() function.
Code: signup.common.php | signup.server.php | signup.php