HTML
<tr class='test_file'>
<td id=img_id><img src='"+ROOT_PATH+"/assets/arrow_black_right.png' /></td>
<td colspan=2 id=fileName>"+fileName+"</td>
</tr><span>
在 jQuery 中单击id=fileName的 td 时,我需要更改图像。
如何使用 jQuery 获取img
标签并更改其src
属性?
我正在尝试做这样的事情:
$($(this).closest("img")).attr("src")