DekGenius.com
Team LiB   Previous Section   Next Section
CSSValueList.item( ) get the CSSValue at the specified position

Availability

DOM Level 2 CSS

Synopsis

CSSValue item(unsigned long index);

Arguments

index

The position of the desired CSSValue.

Returns

The CSSValue object at the specified position in this CSSValueList, or null if index is negative or is greater than or equal to length.

    Team LiB   Previous Section   Next Section