0
cancelled.png
で終わる画像の<td>
を持つ<tr>
要素をすべて選択するにはどうすればよいですか?私は途方に暮れています...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