[wd_asp elements=’search’ ratio=’100%’ id=1]

Sweet alert2 relocate after clicking OK

19th February 2015

Jquery - Modals

jquery icon

swal({
title: "Wow!",
text: "Message!",
type: "success"
}).then(function() {
window.location = "index.php";
});

The older way (sweetalert)

CDN: –

and without using a click!