jQuery Edit In Place
March 11, 2010
To make it easy to edit text, we can display it, and then when clicked we can replace it with a small form. This allows the user to edit the text, and when they click Save we can update it on the server using a bit of AJAX, and then …