"Clevertext" AJAX text box is a class that generates a text box that becomes editable when the user double-clicks on the text. It displays the text to be edited within a DIV tag, which is replaced by a text input when the user double-clicks on the DIV. When the text input loses focus, the edited text is submitted to the server to be saved without reloading the page using AJAX.
| Tags | Internet |
|---|---|
| Implementation | PHP |