Chapter 13 DOM CSS

Counter

JavaScript 1.5+, JScript 5+

Nav6+, IE5+

 

Syntax

DOM CSS object.

Description

Table 13.1 Arguments Associated With Counter Object

Image

Example

Listing 13.1 illustrates reading the properties of the Counter object.

Listing 13.1 Reading Properties of the Counter Object

<html><script language="JScript"><!--var counterObj = primitiveValObj.getCounterValue();var idVal = counterObj.identifier;var listStyleVal = counterObj.listStyle;var separatorVal = counterObj.separator;// --></script></html>

Counter.identifier

JavaScript 1.5+, JScript 5+

Nav6+, IE5+

 

Syntax

CounterObj.identifier

Description

The read-only property identifier ...

Get Pure JavaScript, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.