alertify.js - JavaScript Browser Dialogs

alertify.js - JavaScript Browser Dialogs

瀏覽:986
日期:2025-06-11
Delay // time (in ms) before log message hides // default: 5000 alertify.set({ delay: 10000 }); // log will hide after 10 seconds alertify.log("Notification"); // setting the delay to 0 will leave // the log message until it's clicked alertify.log("Notifi...看更多