我需要找到單擊另一個圖像按鈕(在表格單元格2內)的圖像按鈕(在表格單元格1內)的id。如何使用jquery在html表中找到元素的ID
我無法在javascript/jquery中對任何索引進行硬編碼。
是否有任何其他方式來獲取該特定行內的第二個按鈕的ID?
請幫
代碼示例
<tr class="home-history-grid-row">
<td>
<img id="test" height="16px" width="16px" onclick="changeImage(this)" src="SiteImages/deleteconfirm.png" title="Confirm Delete" alt="Delete">
</td>
<td>
<input id="ctl00_Content_NotificationHistory_ctl02_ImgDelete" type="image" style="height: 16px; width: 16px; border-width: 0px;" src="SiteImages/X.gif" clientidmode="Static" disabled="disabled" name="ctl00$Content$NotificationHistory$ctl02$ImgDelete">
</td>
</tr>
u能請提供的HTML代碼? –
@Umesh請找到最新的問題。 – NewBie