I have an HTML element with a large collection of unordered lists contained within it. I need to clone this element to place elsewhere on the page with different styles adde
I use something like this: $("#details").clone().attr('id','details_clone').after("h1").show();