gpt4 book ai didi

javascript - jquery 高度返回 0

转载 作者:数据小太阳 更新时间:2023-10-29 05:04:11 31 4
gpt4 key购买 nike

jquery 的高度属性始终返回 0。我将它与 Bootstrap 一起使用。不知道会不会冲突。看了几个网上推荐的解决方案,都没有解决。以下是代码片段

/*html */
<div class="hidden-sm hidden-md hidden-lg" class="mobNewsEvents">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 style="text-align: center;">Events</h3>
<div class="mobEvents"> //need to get the height of this div element
<ul>
<li>...</li>
</ul>
</div>
</div>
</div>
</div>

/*script*/
(function($){
$(window).load(function(){
var temp = $('.mobEvents').height();
alert(temp);
});
})(jQuery);

最佳答案

class="hidden-sm hidden-md hidden-lg" 暗示这可能是 display: none。在这种情况下,height 不可用。展示它,测量它,然后隐藏它。

关于javascript - jquery 高度返回 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19201892/

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