“Słodki alert JS” Kod odpowiedzi

Sweetalert

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

słodki alarm w skrypcie Java

<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>Copy
Doubtful Dingo

Swal Zmień klasę przycisku

Swal.fire({
    title: 'example text',
    buttonsStyling: false,
    customClass: {
    	confirmButton: 'example-class' //insert class here
    }
})
Good Giraffe

SWAL JS

<script src="sweetalert2.min.js"></script>
<link rel="stylesheet" href="sweetalert2.min.css">
Quaint Quagga

Przykład słodki alarm

swal({
  title: "Good job!",
  text: "You clicked the button!",
  icon: "success",
  button: "Aww yiss!",
});
Thankful Tern

Słodki alert JS

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

Odpowiedzi podobne do “Słodki alert JS”

Pytania podobne do “Słodki alert JS”

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

Przeglądaj inne języki kodu