![]() |
The jQuery event.pageY is an inbuilt property that is used to find the position of the mouse pointer relative to the top edge of the document. Syntax: event.pageY Parameter: It does not accept any parameter because it is a property not a function. jQuery examples to show the working of event.pageY property: Example 1: In the below code, bottom left position of the mouse-pointer is getting displayed. HTML
Output: Example 2: In the below code, top left corner position of the mouse-pointer is getting displayed. HTML
Output: |
Reffered: https://www.geeksforgeeks.org
JavaScript |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |