#javascript-code-23-childnodes.js / js
// Find the first <ul> element var ul = document.getElementsByTagName(“ul”)[0]; // Clone the node and append it after the old one ul.parentNode.appendChild( ul.cloneNode( true ) );
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.