//$( '.fancy' ).fancybox({ // thumbs : { // autoStart : true, // axis: "y" // Vertical (y) or horizontal (x) scrolling // }, // // Enable keyboard navigation // keyboard: true, // slideShow: { // autoStart: false, // speed: 3000 // } //}); function infoAggiornate(e) { swal({ type: 'success', text: e, timer: 1500, timerProgressBar: true, showConfirmButton: false }) }; function infoError(e) { swal({ type: 'error', text: e, timer: 1500, timerProgressBar: true, showConfirmButton: false }) }; if ($("#contattiForm").length > 0) { // needs for recaptacha ready grecaptcha.ready(function () { // do request for recaptcha token // response is promise with passed token $('#contattiForm').parsley().on('form:error', function () { swal({ title: "