I have an element #superWidget in the DOM that is very interactive. It uses jquery UI sortable, draggable, and a bunch of other plugins.
相关标签:
Rather than duplicating, just do this:
document.getElementById('wrapperA').appendChild(document.getElementById('superWidget'));