event.timeStamp
The difference in milliseconds between the time the browser created the event and January 1, 1970.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the current computed height for the first element in the set of matched elements, including padding but not border.
Get the current computed width for the first element in the set of matched elements, including padding but not border.
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without “px”) representation of the value or null if called on an empty set of elements.
Get the current computed width for the first element in the set of matched elements, including padding and border.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.