假設我有一個表像這樣:jQuery的發現,有一類特殊的細胞上表行
<table>
<tr><td class="this-is-a-label">Label Cell</td></tr>
<tr><td>Detail 1</td></tr>
<tr><td class="selected">Detail 2</td></tr>
</table>
我希望能夠抓住從「選擇」單元格前面的「標記細胞」 。
我的jQuery腳本應該是這樣的:
$('.selected').each(function() {
var label = $(this).parent().prev('tr td.this-is-a-label');
//... do what I need with the label ...
});
但它不工作。
有沒有人有任何建議?
是的,它是相當昂貴的,但它是必要的。不幸的是沒有任何保證。 謝謝你的幫助。 – theShingles 2010-05-06 17:15:47