The MouseEvent.pageX
read-only property returns the horizontal coordinate of the event relative to the whole document.
SyntaxEdit
var pos = event.pageX
ExamplesEdit
var pageX = event.pageX;
pageX
is an integer value in pixels for the X coordinate of the mouse pointer, relative to the whole document, when the mouse event fired. This property takes into account any horizontal scrolling of the page.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
CSS Object Model (CSSOM) View Module The definition of 'pageX' in that specification. |
Working Draft | Initial definition. |
Browser compatibilityEdit
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 45.0 | (Yes) | 9 | (Yes) | (Yes) |