HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

bubbles

Description

The bubbles of Event for JS returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order; otherwise false.

Syntax

event.bubbles

Examples

1 · false

2 · true

3 · dispatch · false

4 · dispatch · true

5 · button · false

6 · button · true