HTML onseeked Attribute
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">
Applies to:
The onseeked attribute can be used on the following element:
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies a script that run when the media is seeked. |