以下是我的表,我想從表中選擇元素jQuery選擇不選擇值
<table id="DetailsGridViewDiv_Header" style="border: 1px solid;">
<tbody>
<tr>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
<th>E</th>
<th>F</th>
<th>G</th>
<th>H</th>
</tr>
</tbody>
</table>
這是我想從表中提取值:
alert($("#DetailsGridViewDiv_Header > th:nth-child(3)").text());
它不返回任何字母
大聲笑,@Rory,那是什麼在第一編輯:d – nicael
@尼卡爾該死的,我以爲我會逃避它:DI有我在剪貼板中編輯過的另一個問題,並不小心將它粘貼在 –