【发布时间】:2011-05-02 18:39:29
【问题描述】:
如何选择表格中的单元格而不是嵌入表格的单元格? JQuery 中有一个关于如何执行此操作的问题。我需要在 CSS 中执行此操作。
<table id="Outer">
<tr>
<td> --this one
</td>
<td> --this one
<table>
<tr>
<td></td> -- but not this one or any deeper nested cells
</tr>
</table>
</td>
</tr>
</table>
【问题讨论】: