4条回答 终归单人心 (楼主) 2021-02-05 12:47 $("div > div", "#tab"); That will select all children of divs using the context of #tab http://jsfiddle.net/HenryGarle/mHpMM/ 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
$("div > div", "#tab");
That will select all children of divs using the context of #tab
http://jsfiddle.net/HenryGarle/mHpMM/