ZVON > References > DOM2 Reference

HTMLOptionsCollection (interface )


Own properties:
attributes  -  length
methods  -  item, namedItem

Description:
An HTMLOptionsCollection is a list of nodes representing HTML option element. An individual node may be accessed by either ordinal index or the node's name or id attributes.

Note:
Collections in the HTML DOM are assumed to be live meaning that they are automatically updated when the underlying document is changed.