Using jquery, can I get the X and Y offsets of a specific element?
Regarding what? His parent? Document?
CSS / position gets the top and left position of the element relative to the offset parent.
CSS / offset gets the current offset of the first matching element in pixels relative to the document.
See http://docs.jquery.com/CSS/offset .
Source: https://habr.com/ru/post/1706279/More articles:How to change this attenuation function to bounce less? - actionscript-3Best way to create a folder and upload an image to this folder in ASP.NET? - c #C # Data Structures question (which collection to use?) - listMore TCP and POSIX sockets. Listen to () and accept () semantics - language-agnosticCan I delete both ends of a large file without copying? - cDynamic processes in Python - pythonКак удалить символы из текстового поля, когда количество символов превышает определенный предел? - javascriptBest way to horizontally autodetect a TreeView WinForms control? - .netYou can use InstantDjango instead of a typical installation - pythonGetting started with Django-Instant Django - pythonAll Articles