MAIN CDN
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
//***********jQuery
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
//***********Animate CSS
https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css
//***********Sweet Alert
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
Swal.fire({
position: "top-end",
icon: "success",
title: "Your work has been saved",
showConfirmButton: false,
timer: 1500
});