Say I have this HTML:
top middle bottom middle 3条回答 暗喜 (楼主) 2021-02-15 14:50 You can use find() Description: Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element. $top.find(".middle"); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You can use find()
Description: Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
$top.find(".middle");