“Bootstrap SweetAlert” Ответ

Сладкий

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

Swal Fire Types

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

сладкий

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

Сладкая настороженная начальная загрузка

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

Ответы похожие на “Bootstrap SweetAlert”

Вопросы похожие на “Bootstrap SweetAlert”

Смотреть популярные ответы по языку

Смотреть другие языки программирования