问答详情
源自:2-1 解决IE兼容性问题

两个相同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>  

 


提问者:慕粉13975096925 2018-09-28 16:40

个回答