Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery event.pageX Property

jQuery event.pageX Property

 

 

The event.pageX property is used to return the position of the mouse pointer, relative to the left edge of the document. It is used together with the event.pageY property.

 

Syntax:-

 

Its syntax is:- event.pageX

 

Further Exlanation:-

 

Parameter Description
event Required. The event parameter comes from the event binding function

Code Explanation

All Tutorials related to jQuery Events

All Sections related to Jquery