Questions tagged as 'sweetalert'

1
answer

FormValidator and Sweet Alert

I have the following problem. I need to validate some fields, which I'm actually doing with formValidator and it works. Once the fields are validated, I send the data by post and ajax and show the sweet alert popup asking if I want to send the f...
asked by 15.04.2018 / 04:53
1
answer

Return to a page after sending a message with sweet alert

if ($resultado) { $mysql->commit(); echo "<script> jQuery(function(){ swal(\"¡Inscripción realizada exitosamente!\", \"Sus datos fueron enviados correctamente \", \"success\"); } window.history.go(-1); ); </script>";...
asked by 01.04.2018 / 04:41
0
answers

Interact with sweet alert in Laravel dusk

How I could interact with the alert of sweet alert ( link ) in laravel dusk I tried, this but it does not work public function testBusquedaRVacio() { $this->browse(function (Browser $browser) { $browser->maximize()...
asked by 22.02.2018 / 18:11
1
answer

Sweetalet does not work well when deleting a record from a table

I have a dataTable with a delete button and I am implementing the sweetalert library. The problem is that clicking on the delete button shows the modal sale of the sweetalerty but does not eliminate. What could be the problem? The Code...
asked by 08.02.2018 / 17:18
0
answers

Synchronous function waiting for swal in JavaScript?

What I'm looking for is that the execution thread of a X function is waiting for the swal . Something like this function x() { var t = false //Por aqui valida cosas //llega al swal swal({ title: "¿Desea actualizar...
asked by 09.11.2017 / 21:59
0
answers

Contact form with Sweet Alert and PHPMailer

Hello everyone! I'm trying to integrate Sweet Alert into a html page of Bootstrap that has a simple contact form that uses the PHPMailer class to send messages. The code works correctly, except that I do not like the default alert...
asked by 02.11.2017 / 08:43