sweetalert
sweetalert copied to clipboard
Loading Alert Dialog
It would be great if SweetAalert implements a Loading Alert. Just to show an alert dialog with no buttons and a "loading" image while we perform some background tasks.
I have tried to do it using ajax, but it doesn't work.
This will be an excellent option for this amazing tool.
Try this
swal({
title: "Loading...",
text: "Please wait",
icon: "/images/loading.gif",
button: false,
closeOnClickOutside: false,
closeOnEsc: false
});