Perfect! A confirmation has been sent to your email!

Make sure the reply doesn’t end up in your Spam folder
by adding the email: contact@jerrymagni.com
to your contact list
.

// 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") }); } };