教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery就地编辑插件 Jeditable

jQuery就地编辑插件 Jeditable

发布时间:2014-05-19   编辑:jiaochengji.com
Jeditable 是一个用来就地编辑(Edit in Place)文本信息的 jQuery 插件。 使用示例: $(document).ready(function() { $('.edit').editable('http://www.example.com/save.php', { indicator : 'Saving...', tooltip : 'Click to edit
Jeditable 是一个用来就地编辑(Edit in Place)文本信息的 jquery 插件。 使用示例: $(document).ready(function() { $('.edit').editable('http://www.example.com/save.php', { indicator : 'Saving...', tooltip : 'Click to edit...' }); $('.edit_area').editable('http://www.example.com/save.php', { type : 'textarea', cancel : 'Cancel', submit : 'OK', indicator : '<img src="img/indicator.gif">', tooltip : 'Click to edit...' }); });   在线演示:http://www.appelsiini.net/projects/jeditable/default.html

您可能感兴趣的文章:
jQuery就地编辑插件 Jeditable
海量经典的jQuery插件集合
经典海量jQuery插件 大家可以收藏一下
jQuery的插件列表(2010-1-25更新)
FCKEditor的jQuery插件 jEditor
UI Table Edit
jQuery表格编辑插件 TableEditor
强烈推荐240多个jQuery插件提供下载
jQuery自动完成插件 jqac
文本框自动变大 jQuery Elastic

[关闭]
~ ~