Advertisement
Home Open Editor ❯

HTML oncuechange Attribute

Meaning

The oncuechange attribute specifies a script to run when the cue changes in a <track> element.


Standard Syntax

<element oncuechange="script">


Applies to:

The oncuechange attribute can be used on the following element:

Element Attribute
<track> oncuechange

Advertisement

Attribute Values

Value Description
script Specifies the script to be run on cuechange in <track>
Home Open Editor ❯
Advertisement