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 = $(\'#bo
use this script to calculate end of div
$('#bottom').offset().top +$('#bottom').height()