[問題] JQuery offsetParent要怎麼用Orz

看板Ajax作者 (兔子)時間7年前 (2017/03/22 18:17), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
function getTop(o) { var totalTop = 0; do { totalTop += o.offset().top; o = $(o.offsetParent()); } while (o !== $(document.body) && o !== $("html")[0]) return totalTop; } 不知道while要下什麼條件 試過加 o != null 或是 o.length > 0 都是進無限迴圈... -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.75.101.50 ※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1490177822.A.A2B.html

03/22 23:45, , 1F
或許可以先log看一下o是什麼,是不是跟你想的一樣
03/22 23:45, 1F
文章代碼(AID): #1OqayUeh (Ajax)
文章代碼(AID): #1OqayUeh (Ajax)