Answers for "$this->alert(sweetAlert"

5

Sweetalert

<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>swal("My title", "My description", "success");</script>
Posted by: Guest on May-22-2021
0

sweetalert

swal({  title: "Good job!",  text: "You clicked the button!",  icon: "success",  button: "Aww yiss!",});
Posted by: Guest on August-12-2021
0

sweetalert

swal("Good job!", "You clicked the button!", "error");
Posted by: Guest on December-11-2020
-1

sweetalert

swal("Hello world!");
Posted by: Guest on December-15-2020

Browse Popular Code Answers by Language