© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
Event bubbling still amazes me sometimes, you know you can add pointer-events: none on the parents to not have them trigger?
Afraz Momin
Software Developer, building apps, exploring the Cloud and writing tech blogs
Oh yeah, I'm aware. We can achieve that using the stopPropagation() method.
Event bubbling/capturing is definitely one of the many awesome concepts of Javascript.