layerY Returns the vertical coordinate of the event relative to the current layer. Syntax coordinate = event.pageY Parameters coordinate is a number. Example // example here Notes Additional notes. Specification Not part of specification.
Returns the vertical coordinate of the event relative to the current layer.
coordinate = event.pageY
coordinate is a number.
// example here
Additional notes.
Not part of specification.