我想只選擇表格中第一層'td'元素而不是任何嵌套表格的單元格。 如: <table id="Outer">
<tr>
<td> --this one
</td>
<td> --this one
<table>
<tr>
<td></td> -- but not this one or any deep
I've been having a lot of problems with jQuery 1.3.2只在我的一個網站上。這是一個Joomla網站,所以Mootools也包含在網頁中(並且很難刪除Mootools)。基本上問題在於用一個選擇器調用基本的jQuery選擇器(例如:"a", ".myClass",而不是"html a", ".myClass td"),將只返回第一個元素。 我已經通過