jQuery provide position
function which has top and left value.
Either vanilla javascript has getBoundingClientRect()
I don't the difference between them.
When I checked, it's value difference.
How can I convert jQuery's position
to getBoundingClientRect
.
As you see, x is 236, but left is 200.