gpt4 book ai didi

javascript - 获取div的顶部位置

转载 作者:行者123 更新时间:2023-11-29 20:08:45 29 4
gpt4 key购买 nike

我正在尝试获取相对位置的 div 元素的 top。所以结构类似于:

         <div class="head"></div> 
<div class="main"></div>
<div class="foot"></div>
div { position : relative; }

现在我试过了:

         $(".foot").css("top") => auto

$(".foot").offset().top => This gives value but that value is
not matching the current top position of the foot div

我在这里缺少什么?

最佳答案

关于javascript - 获取div的顶部位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11098705/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com