I was wondering why cloned div does not get on click. When the original div is clicked it gets active on click, but clone of same div does not get active after drag and drop.
Is there a way i can add click event listeners to cloned item same as original div.???
Javascript:
I Want to attach event listener to div having id "id3" that is being cloned. Thanks