CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't put two toastrs at two different positions

CS730 opened this issue · comments

commented

I was trying to put two toastrs one on the top right corner and another on the bottom middle, both should need to pop up almost at the same time. But due to asny calling both either appears on the bottom middle or at the top right based on which api call completes first. How to resolve this issue? I want both of the toastrs to appear on their respective positions !!