UNPKG
offset
Version:
latest (0.0.1)
0.0.1
Get the x/y offset of an element
anthonyshort/offset
offset
/
Readme.md
18 lines
(9 loc)
•
230 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
offset
Get
the xy
offset
of
an element ## Installation $ component install anthonyshort
/
offset
## API
offset
(document.querySelector(
'#foo'
)).top
offset
(document.querySelector(
'#bar'
)).
left
## License MIT