在刚开始或刷新页面时,点击对话框会自动隐藏,添加这句会解决。
$(function(){
$('#bigModal').children().click(function(e){e.stopPropagation()});
});
回复"Uncaught TypeError: Cannot read property 'apply' of undefined" /BootstrapModal413020161123/BootstrapModal/index.html (77)
下载的例子中是“call”替换成“apply”方法后还是报错,请问是什么原因
回复