gpt4 book ai didi

javascript - 从 jQuery 中的 div 高度减去

转载 作者:搜寻专家 更新时间:2023-11-01 05:25:27 26 4
gpt4 key购买 nike

今天我有一个简短的问题。这是我的功能:

function checkheight() {
var heightofdiv = $('#checkforheight').height();
$("#centeredbackground").css("min-height",heightofdiv);
}

我的问题是我想获取我的变量 heightofdiv,然后将答案减去 42 像素。所以真的,我希望 heightofdiv 等于 checkforheight 的高度减去 42 像素。如果这是可能的,帮助将不胜感激。谢谢!

最佳答案

你不能简单地从 $('#checkforheight').height() 中减去 42 吗?

var heightofdiv = $('#checkforheight').height() - 42;

关于javascript - 从 jQuery 中的 div 高度减去,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9507777/

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