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 |
What are escape characters in javascript?
Is javascript case sensitive language?
what are the differences between as2 and as3?
What is the use of history object?
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.
Write a javascript program to make a simple calculator
how can i change colour of a image in aspx file?
How do I open javascript console?
How to detect browser name using JavaScript?
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?
What are exports & imports?
When do we use JSON.stringify()?