我正在使用这个脚本http://ned.im/noty/ 来显示通知
var n = noty({
text: message,
type: type,
dismissQueue: true,
force: true,
layout : "bottomLeft",
theme: 'newTheme',
maxVisible : 5
});
所以这是当前的配置,它已经排队了 5 个项目。问题是,当单击按钮时,我无法弄清楚如何删除显示新通知的第一个通知。欢迎任何想法。