“Bootstrap Sweetalert” Respostas de código

Sweetalert

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

Tipos de incêndio Swal

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

Bootstrap de alerta doce

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

Respostas semelhantes a “Bootstrap Sweetalert”

Perguntas semelhantes a “Bootstrap Sweetalert”

Procure respostas de código populares por idioma

Procurar outros idiomas de código