.offset([coordinates]) method set the coordinates of an element but only relative to the document. Then how can I set coordinates of an element but relative to
.offset([coordinates])
Code offset dynamic for dynamic page
var pos=$('#send').offset().top; $('#loading').offset({ top : pos-220});