Answers for "toastr fades away disappears immediately quickly"

0

toastr fades away disappears immediately quickly

//in some cases you may get this bug where your message hides immediately
toastr.error('Error message here...', { timeOut: 2000 });
return false; //important, so toastr won't fade away immediately, because of any other event following in chain
Posted by: Guest on October-26-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language