Answer Posted / Sarita Singh
You can stop an event's propagation through the event flow or prevent it from triggering further event phases by calling the stopPropagation() or stopImmediatePropagation() methods on the event object within your event handler function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers