Very nice article about tattoos parents dedicate to their children. One of my tattoos is among them. I’m proud of the way I work and it makes me very happy when people appreciate it.
Many thanks to the journalist for having considered me for her article 🙂
Click here to see the article.

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