請你幫我限制一個toastr的外觀。給定的情況是,當我登錄系統時,歡迎toastr將僅在主屏幕上出現一次,並且在我退出之前不會再出現在整個會話中。toastr(jquery)只能顯示一次
這裏是我的toastr代碼
setTimeout(function() {
toastr.options = {
"closeButton": true,
"debug": false,
"progressBar": true,
"positionClass": "toast-top-right",
"onclick": null,
"showDuration": "500",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "linear",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
};
toastr.success("Welcome Admin", "Smartcomp Solutions Inc.");
},1000);
使用的一些標誌,以檢查它是否設置或不not.if然後設置,否則離開它。 –
@SuchitKumar 即時通訊新的jQuery,你能告訴我該怎麼做嗎? – Mikael1
嘗試發佈的答案.... –