【问题标题】:jEditable Conflict with bootstrap editablejEditable 与 bootstrap 可编辑冲突
【发布时间】:2012-10-03 09:19:40
【问题描述】:
// 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'
                    });

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

【问题讨论】:

  • 同样的问题,你是怎么解决的?

标签: javascript jquery html twitter-bootstrap jeditable


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-01-14
    • 1970-01-01
    • 1970-01-01
    • 2020-01-24
    • 1970-01-01
    • 2016-02-29
    • 2023-03-26
    • 2017-07-27
    相关资源
    最近更新 更多