jQuery: Direct child of $(this)

前端 未结 5 1549
温柔的废话
温柔的废话 2021-02-11 20:43

Is it possible to, somehow, select a direct child of $(this)?

I have:

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

And need

5条回答
提交回复
热议问题