bootstrap-sweetalert icon indicating copy to clipboard operation
bootstrap-sweetalert copied to clipboard

:cake: A beautiful "replacement" for JavaScript's alert ⛺

Results 25 bootstrap-sweetalert issues
Sort by recently updated
recently updated
newest added

Works on some devices but consistently crashes on other.

It seems that bootstrap-sweetalert added extremely useful initialization properties cancelButtonClass, confirmButtonClass, containerClass not present in original sweetalert. Could you please add additional property to control class of buttons container? ```...

Hi, Has anyone made a bootstrap-sweetalert gem for Rails 3/4? If so, is it turbolinks-ready? Thanks. Jeff.

![sweet_alert_issue](https://cloud.githubusercontent.com/assets/1749353/7004586/951de2e4-dc3b-11e4-9f2b-6f131f7fb89a.JPG) This error occurs when the sweet alert pops up and you press any key. Using IE 11 Code: ``` javascript swal({ title: "Are you sure?", text: "Delete : "...

I have no clue how to do this. Normally, I would write this: `let test=prompt("Enter a name")` How would I do the same with SweetAlert. How would I store it...