Bootstrap show.bs.modal not firing Bootstrap的show.bs.modal事件未触发

10 浏览
0 Comments

Bootstrap show.bs.modal not firing Bootstrap的show.bs.modal事件未触发

我试图将元素的id传递给模态对话框,但是事件没有触发。我查看了bootstrap jquery show.bs.modal event won't fire,但没有得到帮助。以下是我的操作:

我按如下方式构建了一组链接。

// invitations是从后端获取的id数组
for (var i = 0; i < invitations.length; i++) {
   var labelTxt = '';
   $('').text($(labelTxt).appendTo('#myDiv'));
}

我的模态对话框如下:

            
            
            

最后,我调用事件show.bs.modal,如下所示。