Skip to content

Instantly share code, notes, and snippets.

View MichaelDeMattos's full-sized avatar
🏠
Working from home

Michael Ortiz MichaelDeMattos

🏠
Working from home
  • Okubo Mercantil
  • Ribeirão Preto - SP
View GitHub Profile
@MichaelDeMattos
MichaelDeMattos / modal_with_progress.html
Last active August 12, 2022 14:12
How to use modal with progress using Sweetalet2, JavaScript, Jquery and HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
</head>
<body>