Is it possible to get the top position of an element using javascript/jquery ?
The element is a table, if that matters.
Try: $('#mytable').attr('offsetTop')
$('#mytable').attr('offsetTop')