2 out of 8 rated this helpful - Rate this topic

contains method

[This documentation is preliminary and is subject to change.]

Checks whether the given element is contained within the object.

Syntax

object.contains(pChild)

Standards information

There are no standards that apply here.

Parameters

pChild [in]

Type: IHTMLElement

Element object that specifies the element to check.

Return value

Type: BooleanBoolean. Returns one of the following possible values:
Return valueDescription
true

The element is contained within the object.

false

The element is not contained within the object.

 

 

 

Build date: 3/8/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Seems like me.contains(me) is true
Seems like me.contains(me) is true