Perfetto! Una conferma è stata inviata alla tua email!

Assicurati che la risposta NON finisca nella Spam,
aggiungendo l’email: contact@jerrymagni.com
alla tua lista di contatti
.

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };