bpopup onClose没有关闭触发

时间:2016-04-26 21:56:59

标签: javascript jquery bpopup

在手动调用close函数时,似乎遇到onClose事件未触发的问题。

调用弹出窗口

$('#messageBoxPopup').bPopup({
                    easing: 'easeOutBack',
                    speed: 450,
                    onClose: function () {
                        alert('clear');
                        $('#messageBoxContent').html('');
                    }
                });

关闭弹出窗口

$('#messageBoxPopup').bPopup().close();

1 个答案:

答案 0 :(得分:0)

$('#messageBoxPopup').bPopup().close();

对我来说很好,请检查bpopup的所有js依赖项

相关问题