I am trying to select element which has been cloned
$("THINGS TO CLONE").clone().appendTo("CONTAINER");
And it should have looked
> <CONTAINER>
>
> <CLONED THING> <CLONED THING> <CLONED THING>
>
> </CONTAINER
I made it but these things are invisible for selecting.