这是一个 jQuery 的插件,用来实现点击某段文本后进行在线编辑功能。
示例代码:
$(“.name”).editInPlace({ url: “http://com.examplesite.www/users", params: “name=david” });
在线演示