How to take an element, pour it into another element and remove it from the element where it was before in jq code example
Example: jquery move element
$("#source").appendTo("#destination");
$("#source").appendTo("#destination");