sweetalert

Solutions on MaxInterview for sweetalert by the best coders in the world

showing results for - "sweetalert"
Kedrick
24 Feb 2017
1<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
2<script>swal("My title", "My description", "success");</script>
Anna
01 Jul 2020
1swal({  title: "Good job!",  text: "You clicked the button!",  icon: "success",  button: "Aww yiss!",});
Karl
18 Sep 2018
1<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
Max
30 Apr 2019
1swal("Error!""You clicked the button!""error");
Martina
25 Nov 2017
1swal({  icon: "success",});
Federico
18 Mar 2018
1Swal.fire({
2  title: 'هل تريد الاستمرار؟',
3  icon: 'question',
4  iconHtml: '؟',
5  confirmButtonText: 'نعم',
6  cancelButtonText: 'لا',
7  showCancelButton: true,
8  showCloseButton: true
9})
Dewey
19 Mar 2016
1swal("Good job!""You clicked the button!""error");
Enrico
11 Oct 2018
1swal("Hello world!");
Lucia
25 Oct 2020
1<script src="//cdn.jsdelivr.net/npm/sweetalert2@10"></script>
similar questions
queries leading to this page
sweetalert