move an element into another jquery

JavaScript
$('#source').appendTo('#destination');
Source

Also in JavaScript: