tom1234
asked on
copy children in jquery
<div id="parent">
<div id="child">
<div id="child_sub">
</div>
</div>
</div>
how can I clone the element of 'id : parent'.
I want to copy the all of child and child of child.
Thanks in advnace
<div id="child">
<div id="child_sub">
</div>
</div>
</div>
how can I clone the element of 'id : parent'.
I want to copy the all of child and child of child.
Thanks in advnace
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.