jquery html要素の絶対位置と相対位置を取得する方法

1161 ワード

絶対位置座標:
$("#elem").offset().top
$("#elem").offset().left

親要素に対する位置座標:
$("#elem").position().top
$("#elem").position().left

知識の拡張
static(  ):      。
relative(    ): static    ,           ,    top,bottom,left,right  。
absolute(    ):         ,       relative,                 。 absolute       “          (static  )”。                。
fixed(    ):fixedfixed  ,      div           ,     。