ลิงค์สคริปต์และสไตล์ ดูโค้ดเต็ม
<script src="https://modulesx1.github.io/assets/NewAlert/script.min.js"></script>ตัวอย่างกอย่างการเรียกใช้งาน
alert.fire({
timeout: 5000,
type: "success", // [ "success", "error", "warning", "info" ]
header: "Successfully",
content: "Login successfull",
success() {
console.log("Alert closed")
}
})เคลียร์การแจ้งเตือนทั้งหมด
alert.fire.clear()