Top "Sweetalert2" questions

A responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes with zero dependencies.

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
Changing the Overlay background color of sweet alert 2

I have recently moved sweet alert 1 to sweet alert 2, but based on the documentation there is no option for theming …

javascript sweetalert2
Sweealert2 : Unknown parameter icon

I'm using sweealert2 on my project here's my code header include js via jsdeliver.net <script src="https://cdn.…

sweetalert2
SweetAlert2 and promises

I'm trying to use SweetAlert2 but I'm having issues to display error messages when something goes wrong. Also, when the …

javascript promise sweetalert2
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
[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'fire' of undefined"

I'm creating a laravel SPA and I'm using vue.js as a framework. I'm adding a sweetalert package in my …

laravel vue.js vue-router 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
SweetAlert2 add dynamic options to select input

I want to add dynamic options to a SweetAlert2 input type select that looks like this: swal({ title: 'Select Ukraine', …

javascript sweetalert sweetalert2
Sweet alert 2 - position swal in middle of a div

I need to position a Swal in the middle of a div. According the documentation: https://sweetalert2.github.io/ it …

javascript css sweetalert sweetalert2
Using Bootstrap DatetimePicker with Sweet Alert 2 - Display calendar over alert

I am using the SweetAlert2 dialog with a form inside. I want to use the Bootstrap DateTimePicker widget. The calendar …

jquery twitter-bootstrap bootstrap-datetimepicker sweetalert2