How do I find the vertical distance from the top of the page to where the element exist in the DOM using javascript/jQuery?
I\'ve something like
Use $(element).offset().top and add height of existing fixed elements on the page to it to make it more accurate.