I currently have a table with a nested table in it:
4条回答 天命终不由人 (楼主) 2021-02-07 09:19 Use the child selector > to only select those tr elements that are a child of the report table’s tbody, for example: $("#report > tbody > tr.odd") 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Use the child selector > to only select those tr elements that are a child of the report table’s tbody, for example:
tr
tbody
$("#report > tbody > tr.odd")