jquery move element to another without losing events

JavaScript
$('#element_to_move').appendTo('#PARENT_at_destination');
Source

Also in JavaScript: