Inline editing with jQuery
jquery
Solution
jQuery has nothing built-in as far as I know, but check out Jeditable, which is a jQuery plugin.
Problem
Are there any guidelines on doing 'inline' editing with jQuery? I know I am not using the correct term here, but basically you click on a some text and dynamically the area changes to an editable input box with a submit button. Is there any built in capabilities with jQuery?