I'm sorry if I didn't explain the problem in the title. Let see:
The actual project is a StickyNAV. This is generated from the main menu of the website and appears when scrolling. The StickyNAV code is added at the end of the BODY when scrolling.
The button inside the StickyNAV doesn't work, it doesn't open the iframe, like the button in the main menu does.
The javascript file that opens the iframe is on another server (external URL). This js file (I guess), selects from the DOM all the elements that have the class: wtrvl-checkout_button
This is an example of what I need.
My first solution was to clone the element, but I discovered that the events associated to an element cannot be cloned.
Clicking LOAD loads the iframe normally. But after cloning Box1 and clicking LOAD nothing happens.
Thank you very much to the people who can help me.
[1] https://codepen.io/percy-solis-lucero/pen/BamZNNZ