gibney.org : Technology : Javascript : Includes : clone


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





clone
(Entry Nr. 529, by user 1 | edit)
elements=document.getElementsByTagName("clone"); while(elements.length>0) { var id=elements[0].innerHTML; var clone=document.getElementById(id).cloneNode(true); clone.id+="_cloned"; elements[0].parentNode.replaceChild(clone,elements[0]); }
Create a new entry at this position