Javascript Cumulative Offset
I just wrote a simple helper function that gets the cumulative offset of the x and y position (or the cumulative top and left) of an element. This function is helpful if you want to position things around a certain element. Although I haven’t tested it extensively yet, I think it works fine so far.…
Read More Javascript Cumulative Offset