I've cloned a div that contains 2 elements: checkbox and button. The elements in the main div, source, fires events normally.
It turns out that after cloning the div with the elements inside, the elements created do not fire any event. I tried it in many ways and it did not work.
Testing with part of my actual code in JSFiddle, does not work
Test with a code I created from scratch to test in JSFiddle , it works
I can not identify why it does not work in my actual code. Can you help me?