我想用jquery查找父div內的圖像。我不知道什麼是最好的和快速的方式來找到它。如何選擇父div的內容
html
more divs..and all generated dynamically..
<div>
other dynamically generated image...
<img src='haha1.jpg' />
<img src='haha2.jpg' />
</div>
<div>div 2</div>
<div>div 3</div>
<div>div 4</div>
<div>div 5</div>
more divs....
<div>
<button id='btn'/>
</div>
$('#btn').click(function(){
//I have to change image source by using parent() method....
})
感謝您的幫助!
......究竟改變什麼形象的'href',你在那裏 –
有2個(及以上)和......你不能只是一個'id'或'class'添加到DIV擁有圖像? –