jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • giviglie
    Member

    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);
Viewing 1 post (of 1 total)