kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

Duplicate Toasts #34

Open hariaakash opened 6 years ago

hariaakash commented 6 years ago

Is there a possible way to check if the new toast triggering already exists, if so then stop the new one.

kamranahmedse commented 6 years ago

You can set the stack property to false in the options; in that case it will always show one toast at most.