ul -6ren">
gpt4 book ai didi

jQuery:$(this) 的直接子级

转载 作者:行者123 更新时间:2023-12-03 21:36:18 25 4
gpt4 key购买 nike

是否可以以某种方式选择 $(this) 的直接子代?

我有:

var obj = $(this);  
$("ul", obj).css('width',s*w);

并且需要它像这样 obj > ul

可能吗?

最佳答案

$(this).children('ul') 返回直接子级列表。

关于jQuery:$(this) 的直接子级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6186523/

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