4条回答 耶瑟儿~ (楼主) 2021-02-05 12:54 You could also use find method of JQuery. Find will return all the descendant elements of the selected element. $(selector).find(filter criteria) ex: $("div#tab").find("div") 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You could also use find method of JQuery. Find will return all the descendant elements of the selected element.
$(selector).find(filter criteria)
ex:
$("div#tab").find("div")