Difference between stoppropagation and stopimmediatepropagation()?
Answer Posted / Uma Shanker Gautam
stopPropagation prevents the event from bubbling up the DOM tree, while stopImmediatePropagation additionally stops the event from being handled by other listeners on the same element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers