完全可定制的就地编辑在jQuery插件 - Jeditable

12年前
Jeditable is an in-place editor plugin for jQuery. With few lines of JavaScript code it allows you to click and edit the content of different html elements. User clicks text on web page. Block of text becomes a form. User edits contents and presses submit button. New text is sent to webserver and saved. Form becomes normal text again.

You can also get full control of Ajax request. Just submit to function instead of URL. Parameters passed are same as with callback. Jeditable is licensed under the MIT License.

完全可定制的就地编辑在jQuery插件 - Jeditable

Requirements: jQuery Framework
Demo: http://www.appelsiini.net/projects/jeditable
License: MIT License