Check if event.stopPropagation() was called:
The event.isPropagationStopped() method checks whether event.stopPropagation() was called for the event.
This method returns true if event.stopPropagation() is called, and false if not.
| Parameter | Description |
|---|---|
| event | Required. The event parameter comes from the event binding function |
Your message has been sent to W3Schools.