<script defer src="/asgar-alert.js"></script>
The most basic message:
asgar("Hello world!");
A message signaling an error:
asgar("Something went wrong!", "error");
Handling the result of AsgarAlert modal:
asgar({
title: "Are you sure?",
message: "Want to log out?",
details: "You will not able to recover this action",
left: "Cancel",
right: "Yes,Iam sure",
})
.then(() => {
console.log("right button clicked");
})
.catch(() => {
console.log("left button clicked");
});
IE11* | Edge | Chrome | Firefox | Safari | Opera | Android Browser* | UC Browser* |
---|---|---|---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |