No way to clone the <a> childnodes, textnodes included.
In the following example, the ", " is omitted… <http://
www.jsfiddle.net/dtZqr/>
I would like to obtain:
<p id="parentnode">
 <a href="http://url.com";>
  <span class="1">one</span>, <span class="2">two</span>
 </a>
</p>
*****
<p id="target">
 <span class="1">one</span>, <span class="2">two</span>
</p>
*****

Thanks

Reply via email to