我试图使用John Papa的Toastr插件显示Toast消息。 (http://codeseven.github.io/toastr/demo.html) 我无法在没有手动设置" timeOut"的情况下无法找到让吐司保留在屏幕上的选项。和" extendedTimeOut"价值到了荒谬的高度。有谁知道这样做的方法?
toastr.options = {
"closeButton": true,
"timeOut": "500000",
"extendedTimeOut": "100000"
}
toastr.error('Error!');
答案 0 :(得分:9)
根据code,将它们设置为0
timeOut: 5000, // Set timeOut and extendedTimeout to 0 to make it sticky