4条回答 梦毁少年i (楼主) 2021-02-05 12:52 Try this $("#tab > div > div") You can use child selector (>) for select the child. See more info: http://api.jquery.com/child-selector/ 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Try this
$("#tab > div > div")
You can use child selector (>) for select the child. See more info: http://api.jquery.com/child-selector/