gpt4 book ai didi

jquery:如何将类(class)成员的宽度设置为其各自 parent 的宽度?

转载 作者:行者123 更新时间:2023-12-01 08:25:46 24 4
gpt4 key购买 nike

假设 .item 成员包含在多个不同宽度的元素内。我希望每个 .item 都具有它所包含的元素的宽度...我不知道该怎么做。

$(".item").width(???);

最佳答案

您需要使用function callback signature of .width :

$('.item').width(function() {
return $(this).parent().width();
});

关于jquery:如何将类(class)成员的宽度设置为其各自 parent 的宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4081321/

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