Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

toastr hides away 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
 
PREVIOUS NEXT
Tagged: #toastr #hides #quickly
ADD COMMENT
Topic
Name
5+5 =