Recently, I came across some HTML code that got me thinking.
<Div id=Qimage>
<a href="http.wwww.....somehitng">
<img class="postphoto" src="">
</a>
</div>
<Div id=Limage>
<a href="www.designerzblog.com" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="/feather/wp-content/uploads/2014/02/06.jpg"></a>
</div>
My goal is to transfer only the image from #Limage and place it in the src attribute of #Qimage. Once inserted, #Limage should become invisible.
Does anyone know how to achieve this with simple JavaScript?