noty({
layout: 'topRight',
type: 'alert',
text: 'Number of Alerts:'+count,
template: '<div class="noty_message"><span class="noty_text"></span></div>',
closeWith: ['button'],
dismissQueue: true,
animation: {
open: {height: 'toggle'},
close: {height: 'toggle'},
easing: 'swing',
speed: 500
},
timeout: false
});
通知をクリック可能なハイパーリンクにする方法はありますか。を検討しましたcallback onClose()
が、通知を閉じたくないので使えません。コールバックはありonclick
ますか? または、別の方法で行う必要があります。テキストにハイパーリンクを挿入するようなものですか?