Define event bubbling?



Define event bubbling?..

Answer / Sudam Kumar

Event bubbling is a propagation process in JavaScript where an event travels from the most specific element (the one that matches the event target most closely) to the most general element (the document object). This process happens when multiple elements on a page are listening for the same event.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What are escape characters in javascript?

1 Answers  


Is javascript case sensitive language?

1 Answers  


what are the differences between as2 and as3?

1 Answers  


What is the use of history object?

2 Answers  


write a programme to solve a formula for compound interest using html tags. I want to know how a formula containing degree (raise to the power) can be solved.

1 Answers  


Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


how can i change colour of a image in aspx file?

1 Answers  


How do I open javascript console?

1 Answers  


How to detect browser name using JavaScript?

1 Answers  


What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?

1 Answers  


What are exports & imports?

1 Answers  


When do we use JSON.stringify()?

1 Answers  


Categories