JavaScript for WordPress Forums Vanilla JavaScript 1.4.6 – Event Propagation – Simple question about .id Reply To: 1.4.6 – Event Propagation – Simple question about .id

#27613
Zac Gordon
Keymaster

If you want to use bubbling then you would need an event listener on the target with the third parameter set to true. In the examples you can see we play around with attaching both bubbling and capturing events.