最佳答案
I have a div and want to find the bottom position. I can find the top position of the Div like this, but how do I find the bottom position?
var top = $('#bottom').position().top;
return top;