HTML:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
title
から属性を抽出img
し、テキストとして追加したいと考えていますdiv
。
結果:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
<div class="title_container">Sample title here</div>