Twitter Bootstrap选项卡显示事件未触发

时间:2015-05-26 13:45:12

标签: javascript jquery twitter-bootstrap tabs

即使加载了所需的JS文件,以下代码也无法正常工作。没有抛出错误。我这样做是因为当页面中存在选项卡时,codemirror代码窗格不会直接加载代码。任何修复?

$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
    console.log("Tab Shown");
    $('.CodeMirror').each(function (i, el) {
        el.CodeMirror.refresh();
    });
});

0 个答案:

没有答案