为了账号安全,请及时绑定邮箱和手机立即绑定

两个相同class的table如何获取到tbody下的tr?该tr的代理事件如何使用?

<table id="cartTable">

                <thead>

                    <tr>

                        <th><label><input class="check-all check" type="checkbox"/>&nbsp;全选</label></th>

                        <th></th><th></th><th></th><th></th><th></th>

                    </tr>

                </thead>

                <tbody>

                        <td class="checkbox"></td>

                        <td class="goods"></td>

                        <td class="price"></td>

                        <td class="count"></td>

                        <td class="subtotal"></td>

                        <td class="operation"></td>

                </tbody>

</table> 

<table id="cartTable">

                <thead>

                    <tr>

                        <th><label><input class="check-all check" type="checkbox"/>&nbsp;全选</label></th>

                        <th></th><th></th><th></th><th></th><th></th>

                    </tr>

                </thead>

                <tbody>

                        <td class="checkbox"></td>

                        <td class="goods"></td>

                        <td class="price"></td>

                        <td class="count"></td>

                        <td class="subtotal"></td>

                        <td class="operation"></td>

                </tbody>

</table>  

 


正在回答

1 回答

getElementsTagName('table')[0]。可取到第一个table,第二个则getElementsTagName('table')[1].

代理事件则同样道理获取到td的父元素就行了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

两个相同class的table如何获取到tbody下的tr?该tr的代理事件如何使用?

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号