Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 134 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 134 Bytes

domxy

Get the individual coordinates (X or Y) of a DOM element.

Usage

$('body').getX();
$('p').getY();