jquery-in-place-editor
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jquery-in-place-editor/
软件介绍
jquery-in-place-editor 是一个用来实现对文本信息进行即时编辑的 jQuery 插件。在线演示
示例代码:
$(".name").editInPlace({
url: "http://www.oschina.net/action/xxxx/save_info",
params: "name=david"
});
