07-15-2020, 12:03 PM 
		
	
	
		Event bubbling is a term you might have come across on your JavaScript travels. It relates to the order in which event handlers are called when one element is nested inside a second element, and both elements have registered a listener for the same event.
	
	
	
	


![[-]](https://www.webmasterlanka.com/images/collapse.png)
