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

closest

Description

The closest of Element for JS returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.

Syntax

element.closest(selectors)

Parameters

selectors

Patterns that match elements in a tree structure.

Examples

1 · null

2 · ancestor