clientY Returns the vertical coorindate of the event within the DOM client area. Syntax returnType = event.property Parameters param is a something. Example // example here Notes Additional notes. See also clientX. Specification link to spec
Returns the vertical coorindate of the event within the DOM client area.
returnType = event.property
param is a something.
// example here
Additional notes.
See also clientX.
link to spec