Top "Sweetalert" questions

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

Adding class to sweet alert

I am trying to add an extra class for my modal so I can select it from LESS and turn …

javascript less sweetalert sweetalert2
SweetAlert, Focusing an input after Confirm

Basically I have a form where you can add an User. <div class="container"> <div><…

javascript jquery focus confirm sweetalert
Sweet alert html option

I'm trying to make an sweet alert with the html option: swal({ title: "HTML <small>Title</small&…

javascript html css sweetalert
Page is not waiting for response from SweetAlert confirmation window

I am trying to upgrade my JavaScript confirm() action to use SweetAlert. Currently my code is something like this: <…

javascript sweetalert
Using Sweet alert with Typescript class

I have a method inside a typescript class that just looks like this var confirmation = confirm("Run Agent Job?"); if (…

javascript jquery sweetalert
SweetAlert dropdown dynamically add items in list

I am currently using sweetalert2 to capture user's input from the dialog. I would like to use the dropdown in …

jquery json sweetalert
How to add event listener for html buttons in sweetalert dialog box in jquery

I am using SweetAlert box and I have three buttons, which i created using html inputs but I need to …

javascript jquery html sweetalert
SweetAlert Prompt issue in bootstrap modal

I have been trying for more than two days to run SweetAlert prompt in a modal bootstrap without success, the …

twitter-bootstrap-3 bootstrap-modal prompt sweetalert
How to use sweetalert2 inside modal?

i am using sweetalert2, the latest version of sweetalert, how can i call sweetalert inside a model? the alert shows …

jquery bootstrap-modal sweetalert sweetalert2
SweetAlert2 with HTML and Select

I have built a sweetAlert2 pop that includes both HTML and select functionality. The problem is the Select box is …

jquery html sweetalert sweetalert2