method stopPropagation

void stopPropagation();

Argumente

Zurückgegebener Wert

This method stops bubbling up an event. If any box reacts to the event and calls eventObj.stopPropagation() when the event is bubbling up, we will stop bubbling the event further up.
eventObj.stopPropagation();