");
$('#success > .alert-danger').html("");
$('#success > .alert-danger').append("Scusa " + firstName + ", sembra che ci sia stato un errore. Prego riprova più tardi!");
$('#success > .alert-danger').append('
");
$('#success > .alert-danger').html("");
$('#success > .alert-danger').append("Scusa " + firstName + ", sembra che ci sia stato un errore. Prego riprova più tardi!");
$('#success > .alert-danger').append('
');
//clear all fields
$('#contactForm').trigger("reset");
},
})
},
filter: function() {
return $(this).is(":visible");
},
});
$("a[data-toggle=\"tab\"]").click(function(e) {
e.preventDefault();
$(this).tab("show");
});
});
// When clicking on Full hide fail/success boxes
$('#name').focus(function() {
$('#success').html('');
});