在手动调用close函数时,似乎遇到onClose事件未触发的问题。
调用弹出窗口
$('#messageBoxPopup').bPopup({
easing: 'easeOutBack',
speed: 450,
onClose: function () {
alert('clear');
$('#messageBoxContent').html('');
}
});
关闭弹出窗口
$('#messageBoxPopup').bPopup().close();
答案 0 :(得分:0)
$('#messageBoxPopup').bPopup().close();
对我来说很好,请检查bpopup的所有js依赖项