Hi,
i am using jquery.alerts.js plugin for jConfirm and I have a problem. I would like that Jconfirm works like confirm in js that stop running and waits for my answer. This is my code:
jConfirm("Confermi l'inserimento?", function (ans) { if (!ans) return; else risposta = 1; });