Top "Sweetalert" questions

SweetAlert is a JavaScript library that provides a replacement for standard alert() dialogue.

sweet-alert display HTML code in text

I am using sweet-alert plugin to display an alert. With a classical config (defaults), everything goes OK. But when I …

javascript sweetalert
How to redirect page after click on Ok button on sweet alert?

I am able to display sweet alert after the page refresh but I have to click on Ok button which …

javascript jquery sweetalert
SweetAlert - Change Modal Width?

I love this library. I'd like to use it to display a moderate response table on one of my web …

javascript html css sweetalert
Sweet alert timer - done function

I have been playing a little with the SweetAlert plugin: Sweet alert I wanted to make a delete button, where …

javascript jquery sweetalert
Input text in sweetAlert

I'm using a custom version of sweetalert to ask my user for an input. I have managed to make the …

javascript jquery sweetalert
how to close sweet alert on ajax request completion

I am using Sweet-alert in my angular app. function GetDataFromServer(url) { SweetAlert.swal( { title: "", text: "Please wait.", imageUrl: "../../app/app-img/…

javascript jquery angularjs ajax sweetalert
SweetAlert prompt with two input fields

Currently working on a personal project. I want the user to click a button and a SweetAlert prompt would be …

javascript prompt sweetalert
SweetAlert - Change Color of Button

I'm trying to change the color of the cancel button like I can for the confirm button but it doesn't …

javascript sweetalert
SweetAlert confirm with Ajax request

I'm new at Javascript - coding it actually for the first time. I'm trying to do a button with delete …

javascript jquery ajax sweetalert
sweet alert continue submitting form on confirm

I've this sweetalert triggered on submit of a form. $(".swa-confirm").on("submit", function(e) { e.preventDefault(); swal({ title: $(this).data("…

javascript jquery forms sweetalert