HI Dimitar,
thanks for answering.
I solved cloning the item before appending….
var newElement = $(this).clone().append('<td style=\"cursor:pointer\"><img src=\"/assets/images/management/x_14x14.png\" title=\"Remove\" onclick="removeInci(this)" class="removeInci"/></td>'); $('#addCatalogLabels').append(newElement);