Returns whether oDomRefChild
is contained in or equal to oDomRefContainer
.
For compatibility reasons it returns true
if oDomRefContainer
and oDomRefChild
are equal.
This method intentionally does not operate on the jQuery object, as the original jQuery.contains()
method also does not do so.
Param | Type | Default Value | Description |
---|---|---|---|
oDomRefContainer | Element | The container element | |
oDomRefChild | Element | The child element (must not be a text node, must be an element) |
Method | Description |
---|