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

来源:2-1 解决IE兼容性问题

慕粉13975096925

2018-09-28 16:40

<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>  

 


写回答 关注

0回答

还没有人回答问题,可以看看其他问题

用JS实现购物车特效

通过JavaScript实现类似淘宝网络购物车功能效果

43240 学习 · 167 问题

查看课程

相似问题