“Bootstrap Sweetalert” Kod odpowiedzi

Sweetalert

<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>swal("My title", "My description", "success");</script>
Code Cat

Swal Fire Rodzaje

swal({
  title: "Are you sure?",
  text: "Your will not be able to recover this imaginary file!",
  type: "danger",
  showCancelButton: true,
  confirmButtonClass: "btn-danger",
  confirmButtonText: "Yes, delete it!",
  closeOnConfirm: false
},
function(){
  swal("Deleted!", "Your imaginary file has been deleted.", "success");
});
Worrisome Whale

Sweetalert

Swal.fire({
  position: 'top-end',
  icon: 'success',
  title: 'Your work has been saved',
  showConfirmButton: false,
  timer: 1500
})
Lively Ladybird

Słodki alarm bootstrap

swal("Good job!", "You clicked the button!", "error")
Silly Shrew

Bootstrap Sweetalert

swal("Good job!", "You clicked the button!", "success")
Purple Team

Bootstrap Sweetalert

fdgdfgfd
Venu Madhav

Odpowiedzi podobne do “Bootstrap Sweetalert”

Pytania podobne do “Bootstrap Sweetalert”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu