jquery-toast-plugin icon indicating copy to clipboard operation
jquery-toast-plugin copied to clipboard

Consecutive calling with different position values

Open danosaure opened this issue 6 years ago • 1 comments

The position attribute on the call makes it feel like it can be placed at different position. But when I make a call, it seems the first position wins and all future toast are put at the same place.

Is this intentional or a bug?

If intentional, it seems like it would be better served to have a $.toast.init({...}) function.

danosaure avatar Dec 07 '17 19:12 danosaure

This bug still exists. First call position over rules next call position. Any fix ideas other than to $.toast().reset('all'); before calling the next toast?

Nice work though otherwise, dig it.

picotrain avatar Jun 12 '19 13:06 picotrain