我有一个绑定到弹出框的按钮。当有人单击弹出窗口中的一个表情符号时,我想隐藏弹出窗口。但是,$("#smiley").popover('hide')
不起作用。
不幸的是,我无法用准系统代码重现这一点 - 它只发生在现场网站上,即https://coinchat.org
相关代码:
$("#smiley").popover({html: true, trigger: 'click', placement: 'top', content: smileyContent, title: 'Smilies'});
稍后在函数中..
$("#smiley").popover('hide'); // not working