Oggi, nella cassetta della posta, ho trovato una gradita sorpresa.
In una busta c’era l’ultimo numero di Tattoo Energy. Nella sezione Architecture c’era la foto del tatuaggio Up & Down.

Davvero una bella sorpresa 😀

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