i need to insert a clone of one dom object
i do
var hex = $("#d").clone();
$("div").append("text blab bla"+hex+"ok nana");
and it's not working...
how do i do this?

Reply via email to