In Javascript: How does one find the coordinates (x, y, height, width) of every link in a webpage?
|
|
|
|
|
|
|
Using jQuery, it's as simple as:
|
||
|
|
|
|
without jquery:
try this page for a func to get the x and y values: http://blogs.korzh.com/progtips/2008/05/28/absolute-coordinates-of-dom-element-within-document.html However, if you're trying to add an image or something similar, I'd suggest using the a:after css selector. |
|||
|
|
|
|
With jQuery:
|
||
|
|
