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