How can I ask before sending?
I want to send a form, but first I want to ask if it's safe, I want to do it with the sweet library, or does it only work for ajax requests?
$('.enviarClick').click(function(e) {
e.preventDefault();...
asked by
15.04.2018 / 06:12