1、bootstrap2 modal 事件监听多次 关闭事件绑定未解除
$('#myModel_LvShi').on('hidden.bs.modal',
function () {
alert('嘿,我听说您喜欢模态框...');
$(this).off().on('hidden', 'hidden.bs.modal');
}
)
1、bootstrap2 modal 事件监听多次 关闭事件绑定未解除
$('#myModel_LvShi').on('hidden.bs.modal',
function () {
alert('嘿,我听说您喜欢模态框...');
$(this).off().on('hidden', 'hidden.bs.modal');
}
)