notifyjs
notifyjs copied to clipboard
how to prevent more than one notification at a time?
is there a way to prevent stacked notifications so in the event more than one notification was triggered, the new notification replaces the old?
You could trigger a hide on all notifications before showing the next one $('.notifyjs-container').trigger('notify-hide');