0
在下面的代碼中,如何選擇所有具有<td>
的<tr>
元素,並以cancelled.png
結尾的圖像?我很茫然......jQuery選擇問題
<table>
<tr> <----- select this whole tr
<td>
<img src="/images/icons/invoice-cancelled.png" alt="cancelled" />
<a href='/orders/invoice.aspx?invoiceid=63'>X1087</a>
</td>
... other tds, some with "-cancelled.png" others with something different
</tr>
....
</table>
感謝。這幫助我得到了我需要的東西。 – Jason 2009-08-28 00:55:18