Top "Sweetalert" questions

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

TypeError: swal is not a function in SweetAlert.js in angularjs using ngSweetAlert

I have tried the ngSweetAlert in my angular app. and when ever itry to used the SweetAlert.swal() Error occured …

angularjs sweetalert
add sweet alert angular js

I'm new to AngularJS and I'm trying to use sweet alert plugin from https://github.com/oitozero/ngSweetAlert , I already …

angularjs sweetalert
SweetAlert confirmation dialog with asp.net listview delete?

Please help me fathom this. I have created a ListView, displaying data from a SQL database. I have enabled inserting, …

c# jquery asp.net listview sweetalert
How to add textarea tag as input element in sweet alert using jQuery

I don't understand how to add a textarea type in sweet alert. Similar to type: "input" $('#saveBtn).click(function(){ …

javascript jquery html css sweetalert
How to add close button in SweetAlert pop up

I have used the SweetAlert library for displaying a pop up in my application. This is my code swal({ title: "…

javascript angularjs sweetalert sweetalert2
Uncaught SweetAlert: Unexpected 2nd argument?

I have a problem with sweetalert, I would like to show the confirm box alert on button click but it's …

javascript sweetalert
missing select options with Sweet Alert

This may be a ServiceNow issue, but I added a Sweet Alert to show a select box just so I …

sweetalert
How to listen for when sweet alert closes

I am currently working with sweetalert2 and I am trying to detect when the alert closes. However the DeleteUnsavedImages function …

javascript jquery sweetalert sweetalert2
Uncaught TypeError: Cannot read property 'then' of undefined using Sweet Alert

I am using SweetAlert2 and I am getting the following error Uncaught TypeError: Cannot read property 'then' of undefined When …

javascript sweetalert
How can I show an image in sweet alert that I want to upload?

I have the following code not working. I want the image to appear in a swal (Sweet Alert) when the …

javascript jquery filereader sweetalert