Element.contains

q6hillz·2022년 4월 17일
0

javascript

목록 보기
32/60

Element.contains(otherNode) Method

The contains() method returns a Boolean value indicating whether a node is a descendant of a specified node.

A descendant can be a child, grandchild, great-grandchild, and so on.

Elem을 기준으로 하위 요소들 중에 Input(Node)
존재하면: True
존재하지않으면: False를 반환한다.

0개의 댓글