pageY Returns the vertical coordinate of the event relative to the visible page. Syntax coordindate = event.pageY Parameters coordinate is a number. Example // example here Notes Additional notes. Specification link to spec
Returns the vertical coordinate of the event relative to the visible page.
coordindate = event.pageY
coordinate is a number.
// example here
Additional notes.
link to spec