Hello everyone,
Can anyone tell me how do I "port" elements from one node to other? What I mean is, if there is an element tree like this:
(>> means child and -- means sibling)Code:div_one >> div_1 -- div_2 -- div_3 div_two >> div_4 -- div_5
Now how do I change it to
dynamically with javascript?Code:div_one >> div_1 -- div_2 -- div_3 -- div_4 -- div_5 div_two
I hope I was able to clear my point.
Thank you for your time in this post.



Reply With Quote



Bookmarks