Junaid Bin Jamanjunaidbinjaman.help路Sep 4, 2024Understanding JavaScript Event Propagation: A Chill Dive into the Bubbling WorldHey there, fellow coders! 馃寠 Ever found yourself puzzled by why a click on a tiny button also triggers something in its parent element? You're not alone! Welcome to the world of JavaScript event propagation, where events bubble up, and things get a l...1 likeJavaScript
Diganta Kr Banikchrysaor.hashnode.dev路Aug 4, 2022Event Propagation In JavascriptSo what is this 'Event Propagation' that you may have heard of while dealing with the best programming language ( for me at least 馃槄) JavaScript? Well, it is simple. Let's say you have 2 elements, say div, one nested inside the other. Now let's give...2 likes路105 readsJavaScript