jQuery就地编辑插件 Jeditable

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-24 17:58:11

软件介绍

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

本文地址:https://codercto.com/soft/d/21868.html

程序员修炼之道

程序员修炼之道

[美]享特 / 人民邮电出版社 / 2007-12 / 49.00元

《程序员修炼之道》适合各层次软件开发人员阅读,也适合高等院校计算机专业学生和教师阅读。一起来看看 《程序员修炼之道》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具