have any idea for this?
example code:
<td>
<div class="translate">
<p><span>Hello world</span></p>
<p><strong>hellow <span>there</span></strong</p>
</div>
</td>
the output should be
<td>
<div class="">
<pclass="translate"><span class="translate">Hello world</span></p>
<p class="translate"><strong class="translate">hellow <span class="translate">there</span></strong</p>
</div>
</td>
1 Answer