jquery pageY attribute
Translation results:
page
英[peɪdʒ] 美[pedʒ]
n.page; (computer) page; annual history; <text> important events
vt. mark the pages of…; turn the page; call out a name to find; call (on a public paging system)
vi. turn the pages of a book; browse
jquery pageY attributesyntax
Function: pageY() attribute is the position of the mouse pointer, relative to the upper edge of the document.
Syntax: event.page
Parameters:
Parameters | Description |
event | Required. Specifies the event to use. The event parameter comes from the event binding function. |