item method
The item()
method of the HTMLAllCollection interface returns the
element located at the specified offset into the collection, or the
element with the specified value for its id
or name
attribute.
Implementation
external JSObject? item([String nameOrIndex]);