jEditable与bootstrap可编辑冲突

时间:2012-10-03 09:19:41

标签: javascript jquery html5 twitter-bootstrap jeditable

// using jEditable
$('.element').editable('http://www.example.com/save.php');


//using bootstrap editable
$('.element').editable({
                       type:  'text',
                       pk:    1,
                       name:  'username',
                       url:   'post.php',  
                       title: 'Enter username'
                    });

我想使用这两个可编辑插件,但我知道它们会发生冲突..这个问题有什么解决办法吗?非常感谢...

1 个答案:

答案 0 :(得分:1)

fork jEditable并更改fork中editable()方法的名称。然后包括那个而不是原始的jEditable。