Questions tagged as 'confirm'

0
answers

PHP and Javascript - Yes and No options in Confirm popup

On my site, I have an event query section. Within this section, I added a CANCEL EVENT button. When this button is clicked, it performs the following function in javascript: function cancelaEvento(val){ var valor = val; if (confirm("Te...
asked by 31.10.2016 / 14:34
1
answer

Chrome does not apply Addclass before calling window.confirm

Problem: Chrome is not rendering my class addclass before calling my confirmation window window.confirm is like if it got stuck and was released only after the confirmation. What I did was put the call of the function Co...
asked by 10.08.2017 / 16:18
1
answer

Run function.php with confirm boostbox.js

I have a database.php file where I have the following functions: class Conexao(){ function Conexao(){} function Inserir(){} function Update(){} function select(){} function edit(){} } I have a pagina.php...
asked by 22.02.2017 / 03:59
0
answers

Create confirmations with JAlert (flwebsites.biz/jAlert/)

I'm using a plugin called JAlert v4 (available at link ) to create error messages, but I can not use it to create confirmation messages because the browser simply ignores the confirmation message, only executing what comes after it. $("#form-...
asked by 19.11.2016 / 05:38