Toastr JS无限期地保持着可见的味道

时间:2016-03-14 14:25:08

标签: javascript toastr

我试图使用John Papa的Toastr插件显示Toast消息。 (http://codeseven.github.io/toastr/demo.html) 我无法在没有手动设置" timeOut"的情况下无法找到让吐司保留在屏幕上的选项。和" extendedTimeOut"价值到了荒谬的高度。有谁知道这样做的方法?

toastr.options = {
                "closeButton": true,
                "timeOut": "500000",
                "extendedTimeOut": "100000"
            }
            toastr.error('Error!');

1 个答案:

答案 0 :(得分:9)

根据code,将它们设置为0

timeOut: 5000, // Set timeOut and extendedTimeout to 0 to make it sticky