Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Touch.pageX

概述

触点相对于HTML文档左边沿的的X坐标. 和 clientX 属性不同, 这个值是相对于整个html文档的坐标, 和用户滚动位置无关. 因此当存在水平滚动的偏移时, 这个值包含了水平滚动的偏移.

语法

var x = touchItem.pageX;

返回值

x
触点相对于HTML文档左边沿的的X坐标. 当存在水平滚动的偏移时, 这个值包含了水平滚动的偏移.

标准定义

Touch Events Specification

相关链接

文档标签和贡献者

标签: 
 此页面的贡献者: teoli, khalid32, ziyunfei, hyspace
 最后编辑者: khalid32,