Sweetalert
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>swal("My title", "My description", "success");</script>
Sweetalert
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>swal("My title", "My description", "success");</script>
sweetalert
swal({ title: "Good job!", text: "You clicked the button!", icon: "success", button: "Aww yiss!",});
Sweetalert
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
SweetAlert
Swal.fire({
title: 'هل تريد الاستمرار؟',
icon: 'question',
iconHtml: '؟',
confirmButtonText: 'نعم',
cancelButtonText: 'لا',
showCancelButton: true,
showCloseButton: true
})
sweetalert
swal("Error!", "You clicked the button!", "error");
sweetalert
swal({ icon: "success",});
sweetalert
swal("Good job!", "You clicked the button!", "error");
sweetalert
swal("Hello world!");
sweetalert
<script src="//cdn.jsdelivr.net/npm/sweetalert2@10"></script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us