getElementsByClassName method
Gets a collection of objects that are based on the value of the class attribute.
Syntax
Element retVal = object.getElementsByClassName(v);
Parameters
v [in]
Type: BSTRA BSTR value that specifies the value of a class attribute.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 3.1.1
Remarks
To search for multiple class attribute values, separate them with spaces in the v parameter.