<div id="cell">
<div class="choose">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><h3>Title</h3></td>
</tr>
<tr>
<td align="right"><a href="#" class="ex">CLICK HERE</a></td>
</tr>
</table>
</div>
<div class="result">
<img src="images/blank.jpg" width="72" height="72">
</div>
</div>
这是我的HTML,如果我点击(a.ex)并且能够修改(div.result img)的img scr
答案 0 :(得分:1)
我认为这就是你要找的东西:
$(this).closest('div.choose').next('div.result').find('img')
您的问题有点模糊,正如Blunderfest在评论中提到的那样,您可以直接使用div.result img