HTML onseeked Attribute

❮ HTML Attributes

Example

<video onseeked="myFunction()">

Meaning

The seeked event run when the user is finished moving/skipping to a new position in the audio/video.




Standard Syntax

<element onseeked="script">



Browser Support




Status




Applies to:

The onseeked attribute can be used on the following element:

Element Attribute
<audio> seeked
<video> seeked






Attribute Values

Value Description
script Specifies a script that run when the media is seeked.
❮ HTML Attributes