我正在使用Pnotify插件,但未显示关闭按钮。
new PNotify({
title: 'Sucesso',
text: response.message,
type: 'success',
styling: 'bootstrap3',
closer: true,
labels: {close: "Fechar", stick: "Manter"}
});
关于这种行为的任何想法?
包含的文件是: pnotify.css pnotify.js