To get the offset values from jquery

前端 未结 3 1172
孤城傲影
孤城傲影 2021-02-04 19:23

How do i find the offset value of an image, which is enclosed with in a table. The table consist of lot of images. i want to get the offset - left, right, top, bottom for all th

3条回答
  •  时光说笑
    2021-02-04 19:58

    I wrote a little plugin that does just this.

    It gets the position of the element that you want; left, right, top or bottom; relative to it's parent or to the HTML document.

    You can find it on my github: https://github.com/Ridle/jQuery-getOffsets

提交回复
热议问题