sweet-alert-rails-confirm
sweet-alert-rails-confirm copied to clipboard
A Rails confirm replacement with SweetAlert
gem 'rails-assets-sweetalert' doesnt exist at all if I install gem 'sweet-alert' there is no sweet-alert-confirm file in the gem folder gem 'sweet-alert-confirm', git: 'https://github.com/mois3x/sweet-alert-rails-confirm didn't work either. In every case...
As seen in https://jquery.com/upgrade-guide/3.0/#deprecated-document-ready-handlers-other-than-jquery-function
gem "sweet-alert-confirm", git: "https://github.com/mois3x/sweet-alert-rails-confirm" Cheers
Is it working now? This is what the button_tag render for me `Test` nothing happens when i clicked the button? please help
Hello, In my app I use Fontawesome icons so my submit tags use button_tag helper in order to make the icons appear. I have the following issue: This works :...
After updating I am not getting the following: Uncaught ReferenceError: exports is not defined(anonymous function) @ sweet-alert.self.js?body=1:5 Gem Versions: - sweet-alert (0.0.9) - sweet-alert-confirm (0.4.1) Any ideas?
howto change background color for buttons? I try 1.confirmButtonColor not works 2.modify through css - and can only change color of button text
It's important to trigger the click instead of updating the window.location because not all links are meant to change the location. Triggering the click again makes sure that the expected...
The `button_to` view helper is not implemented. This works: ``` erb ``` But this doesn't: ``` erb ``` **EDIT:** Of course this fixes the problem: ``` erb ```