bootstrap-sweetalert
bootstrap-sweetalert copied to clipboard
:cake: A beautiful "replacement" for JavaScript's alert ⛺
Hi, Currently in my PHP / HTML / BootStrap form I have a functional plain Javascript Confirmation Dialogs ( Proceed ? - Yes / No ) as follows; :: JS...
Now Sweetalert version is to version 2. https://github.com/t4t5/sweetalert/releases
The sweetalerts are not closing , and giving a TypeError value of undefined? Is there a fix for this or am i doing something incorrect to be getting this error?...
Hej Lipiridis, Michimau from EEA - colleague of your iberic friend, Alexis ;) any idea why commonjs doesn't work out of the box? const swat = require('bootstrap-sweetalert') swat.fire('blabla')
Sweet alert should focus on Cancel button on opening it (like dangerMode in latest sweetalert). How to do that ?
Hello, Exist an way to change the icon colors? I need to use and specific red color on "warning" mode.
When I am setting up a basic error swal("Acount Number"); It always shows the error with the default error message and an input box.. How do I get rid of...
when i click ok button or confirm button run a function . in this function set time interval after run a windown.open or window.location.replace like. please help me. thank q
I have this code `var pass = prompt("Please enter your password:", "");` I want to make this prompt through Sweet Alert and save it in variable pass. So far I...
Nothing happening when click on alert button. I imported both script and css. Below is my html code: ERROR Thanks, Mallik