jQuery and Bootstrap 4: .remove() an object and .append() to another object
Hello, all,
I've got code in place that, when a select is changed, the select parent will be removed from the containing div it is in and .append() it to another containing div. That much works like a charm.
However, two things happen when this action is completed. First, the CSS that was applied to the object contents disappears. Second, the onChange event handler no longer works.
How can I re-apply the CSS to the contents, and then reinitialize the onChange event handler?
V/r,
^ _ ^
