Results 141 - 160 of 631

GlobalEventHandlers.oninput

An event handler for the input event on the window. The input event is raised when an <input> element value changes. 
API HTML DOM Property Reference

GlobalEventHandlers.onkeydown

The onkeydown property returns the onKeyDown event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onkeyup

The onkeyup property returns the onKeyUp event handler code for the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onload

An event handler for the load event of a window.
API HTML DOM Property Reference

GlobalEventHandlers.onmousemove

The onmousemove property returns the mousemove event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onmouseover

The onmouseover property returns the onMouseOver event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onscroll

An event handler for scroll events on element.
API HTML DOM Property Reference

GlobalEventHandlers.onsubmit

An event handler for the submit event on the window.
API HTML DOM Property Reference

History

The History interface allows to manipulate the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
API History API HTML-DOM

Manipulating the browser history

The DOM window object provides access to the browser's history through the history object. It exposes useful methods and properties that let you move back and forth through the user's history, as well as -- starting with HTML5 -- manipulate the contents of the history stack.
Advanced DOM History history HTML5

Manipulating the browser history

The DOM window object provides access to the browser's history through the history object. It exposes useful methods and properties that let you move back and forth through the user's history, as well as -- starting with HTML5 -- manipulate the contents of the history stack.
Advanced DOM History history HTML5

HTMLAnchorElement

The HTMLAnchorElement interface represents hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of such elements.
API HTML DOM Interface Reference

HTMLAreaElement

The HTMLAreaElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of area elements.
API HTML DOM Interface Reference

HTMLFormElement.reportValidity()

The HTMLFormElement.reportValidity() method returns true if the element's child controls satisfy their validation constraints. Whenfalse is returned, cancelable invalid events are fired for each invalid child and validation problems are reported to the user.
HTML Method NeedsMobileBrowserCompatibility Reference Référence

HTMLHeadElement

The HTMLHeadElement interface contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the HTMLElement interface.
API HTML DOM Interface Reference

HTMLIFrameElement

The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements.
API HTML DOM Interface Reference

HTMLMediaElement.audioTracks

The HTMLMediaElement.audioTracks property is an AudioTrackList that represents the list of AudioTrack objects contained in the element.
API HTML DOM Property Web

HTMLMediaElement.playbackRate

The HTMLMediaElement.playbackRate property sets the rate at which the media is being played back. This is used to implement user controls for fast forward, slow motion, and so forth. The normal playback rate is multiplied by this value to obtain the current rate, so a value of 1.0 indicates normal speed.
API HTML DOM HTMLMediaElement Property

HTMLSelectElement

The HTMLSelectElement interface represents a <select> HTML Element. These elements also share all of the properties and methods of other HTML elements via the HTMLElement interface.
API HTML DOM Interface Reference