contains
Description
The contains of Node for JS returns true if other is an inclusive descendant of node; otherwise false.
Syntax
node.contains(other)
Parameters
other
A node.
The contains of Node for JS returns true if other is an inclusive descendant of node; otherwise false.
node.contains(other)
A node.