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
		May 18, 2017 at 3:43 pm
		
		#27613
		
		
		
	
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.
