notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

Notify callback when finished display

Open nivla opened this issue 10 years ago • 1 comments

I want to know if there is any callback method when the display is finished? because i want to trigger an event when it finished.

thanks beforehand.

nivla avatar Jul 31 '15 13:07 nivla

They trigger synchronously. When you call it the display is "done." Am I missing something @jpillora ?

If not, please close this issue.

$.notify("BOOM!", "error");
// code to run after

EvanCarroll avatar Nov 03 '15 19:11 EvanCarroll