HTML – onseeking Event
The onseeking event fires when the user starts to move or skip to a new position in the audio/video.
The onseeking event fires when the user starts to move or skip to a new position in the audio/video.
The onselect event fires after text has been selected in an HTML <input> or <textarea> element.
The onstalled event fires when the browser is trying to get media data, but the data is not available.
The onstorage event fires when the browser window storage area has been changed.
The onsubmit event fires when the user submits the form by clicking the submit button.
The onsuspend event fires when loading of the media is suspended or prevented from continuing.
The ontimeupdate event fires when the playing position of the audio/video has changed.
The ontoggle event fires when the user opens or closes the <details> element.
The ontouchcancel event fires when the touch event on a touch screen gets interrupted.
The ontouchend event fires when the user removes their finger from an element.
The ontouchmove event fires when the user moves their finger on the screen.
The onunload event fires when the user navigates away from the page by clicking a link, submitting a form, closing the browser window, etc.
The onvolumechange event fires each time the volume of the video/audio has been changed by increasing/decreasing it or by muting/unmuting it.
The onwaiting event fires when the video stops because the next frame needs to buffer.
The onwheel event fires when the wheel of a pointing device is rolled up/down over an element, or the user scrolls/zooms on an element with a touchpad.