Posts Tagged ‘AJAX’

Edit In Place with AJAX August 27th, 2009
by Zeeshan

An AJAX (or AHAH) proof-of-concept page that allows the visitor to edit the very (x)HTML page they are viewing, without leaving the page. The Concept Click the text to be edited and magically a textarea appears with buttons beneath to save or cancel the changes. Changes are sent via AHAH to a PHP script which [...]