gpt4 book ai didi

javascript - jquery 更改特定 div 内的图像边距

转载 作者:行者123 更新时间:2023-11-30 10:31:14 25 4
gpt4 key购买 nike

<分区>

这是我的代码:

html

<html>
<body>
<div id="id">
<div class="one">
<img>
</div>
<div class="two">
<img>
</div>
<div class="one">
<img>
</div>
</div>
</body>
</html>

我只想在 div class="one"中更改图像边距这是我的 jquery 代码:

$(document).ready(function() {                  
$(".one").each(function(){
$("img").css("margin-top", 10 "px");
});
});

此代码最终会更改所有图像边距,...帮助!

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